Color Hex Logo

#accdf1 Color Hex

#ACCDF1
(172,205,241)
0 Favorites   0 Comments

Color spaces of #accdf1

RGB 172205241
HSL0.590.710.81
HSV211°29°95°
CMYK 0.290.150.00   0.05
XYZ54.721858.784291.6814
Yxy58.78420.26670.2865
Hunter Lab76.6709-6.7743-17.2281
CIE-Lab81.1728-2.8957-21.3194

#accdf1 color RGB value is (172,205,241).

#accdf1 hex color red value is 172, green value is 205 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #accdf1 hue: 0.59 , saturation: 0.71 and the lightness value of accdf1 is 0.81.

The process color (four color CMYK) of #accdf1 color hex is 0.29, 0.15, 0.00, 0.05. Web safe color of #accdf1 is #99ccff. Color #accdf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001101 11110001
Octal 254 315 361
Decimal 172 205 241
Hex AC CD F1

RGB Percentages of Color #accdf1

%27.83
%33.17
%39.00

CMYK Percentages of Color #accdf1

%29
%15
%0
%5

Triadic Colors of #accdf1

#accdf1 #f1accd #cdf1ac

Analogous Colors of #accdf1

#accdf1 #aeacf1 #acf0f1

Monochromatic Colors of #accdf1

#accdf1

Complementary Color

#accdf1 #f1d0ac

#accdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accdf1 Color CSS Codes

.mybgcolor {background-color:#accdf1; } 
.myforecolor {color:#accdf1; }
.mybordercolor {border:3px solid #accdf1; }

#accdf1 Text Font Color

<p style="color:#accdf1">Text here</p>

This sample text font color is #accdf1
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#accdf1 Background Color

<div style="background-color:#accdf1">
Div content here</div>

This div background color is #accdf1


#accdf1 Border Color

<div style="border:3px solid #accdf1">
Div here</div>

This div border color is #accdf1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,205,241, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #accdf1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #accdf1;
  -webkit-box-shadow: 1px 1px 3px 2px #accdf1;
  box-shadow:         1px 1px 3px 2px #accdf1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,205,241, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #accdf1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #accdf1;
  -webkit-box-shadow: 1px 1px 3px 2px #accdf1;
  box-shadow:         1px 1px 3px 2px #accdf1;">
Div content here</div>

This div box has shadow with color #accdf1


Comments

No comments written yet.

Please login to write comment.