Color Hex Logo

#acaed2 Color Hex

#ACAED2
(172,174,210)
0 Favorites   0 Comments

Color spaces of #acaed2

RGB 172174210
HSL0.660.300.75
HSV237°18°82°
CMYK 0.180.170.00   0.18
XYZ43.782243.695967.0994
Yxy43.69590.28320.2827
Hunter Lab66.10292.5466-13.9118
CIE-Lab72.02486.7332-18.4292

#acaed2 color RGB value is (172,174,210).

#acaed2 hex color red value is 172, green value is 174 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #acaed2 hue: 0.66 , saturation: 0.30 and the lightness value of acaed2 is 0.75.

The process color (four color CMYK) of #acaed2 color hex is 0.18, 0.17, 0.00, 0.18. Web safe color of #acaed2 is #9999cc. Color #acaed2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11010010
Octal 254 256 322
Decimal 172 174 210
Hex AC AE D2

RGB Percentages of Color #acaed2

%30.94
%31.29
%37.77

CMYK Percentages of Color #acaed2

%18
%17
%0
%18

Triadic Colors of #acaed2

#acaed2 #d2acae #aed2ac

Analogous Colors of #acaed2

#acaed2 #bdacd2 #acc1d2

Monochromatic Colors of #acaed2

#acaed2

Complementary Color

#acaed2 #d2d0ac

#acaed2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaed2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaed2 Color CSS Codes

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

#acaed2 Text Font Color

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

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


#acaed2 Background Color

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

This div background color is #acaed2


#acaed2 Border Color

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

This div border color is #acaed2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaed2


Comments

No comments written yet.

Please login to write comment.