Color Hex Logo

#acb9de Color Hex

#ACB9DE
(172,185,222)
0 Favorites   0 Comments

Color spaces of #acb9de

RGB 172185222
HSL0.620.430.77
HSV224°23°87°
CMYK 0.230.170.00   0.13
XYZ47.547048.742576.0095
Yxy48.74250.27600.2829
Hunter Lab69.8158-0.6130-15.6788
CIE-Lab75.29093.4206-20.0206

#acb9de color RGB value is (172,185,222).

#acb9de hex color red value is 172, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #acb9de hue: 0.62 , saturation: 0.43 and the lightness value of acb9de is 0.77.

The process color (four color CMYK) of #acb9de color hex is 0.23, 0.17, 0.00, 0.13. Web safe color of #acb9de is #99cccc. Color #acb9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111001 11011110
Octal 254 271 336
Decimal 172 185 222
Hex AC B9 DE

RGB Percentages of Color #acb9de

%29.71
%31.95
%38.34

CMYK Percentages of Color #acb9de

%23
%17
%0
%13

Triadic Colors of #acb9de

#acb9de #deacb9 #b9deac

Analogous Colors of #acb9de

#acb9de #b8acde #acd2de

Monochromatic Colors of #acb9de

#acb9de

Complementary Color

#acb9de #ded1ac

#acb9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb9de Color CSS Codes

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

#acb9de Text Font Color

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

This sample text font color is #acb9de
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.


#acb9de Background Color

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

This div background color is #acb9de


#acb9de Border Color

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

This div border color is #acb9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb9de


Comments

No comments written yet.

Please login to write comment.