Color Hex Logo

#acaed1 Color Hex

#ACAED1
(172,174,209)
0 Favorites   0 Comments

Color spaces of #acaed1

RGB 172174209
HSL0.660.290.75
HSV237°18°82°
CMYK 0.180.170.00   0.18
XYZ43.657943.646266.4451
Yxy43.64620.28400.2839
Hunter Lab66.06532.3439-13.3852
CIE-Lab71.99146.5113-17.9318

#acaed1 color RGB value is (172,174,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101110 11010001
Octal 254 256 321
Decimal 172 174 209
Hex AC AE D1

RGB Percentages of Color #acaed1

%30.99
%31.35
%37.66

CMYK Percentages of Color #acaed1

%18
%17
%0
%18

Triadic Colors of #acaed1

#acaed1 #d1acae #aed1ac

Analogous Colors of #acaed1

#acaed1 #bdacd1 #acc1d1

Monochromatic Colors of #acaed1

#acaed1

Complementary Color

#acaed1 #d1cfac

#acaed1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaed1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaed1 Color CSS Codes

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

#acaed1 Text Font Color

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

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


#acaed1 Background Color

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

This div background color is #acaed1


#acaed1 Border Color

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

This div border color is #acaed1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaed1


Comments

No comments written yet.

Please login to write comment.