Color Hex Logo

#acaad5 Color Hex

#ACAAD5
(172,170,213)
0 Favorites   0 Comments

Color spaces of #acaad5

RGB 172170213
HSL0.670.340.75
HSV243°20°84°
CMYK 0.190.200.00   0.16
XYZ43.398242.324268.8328
Yxy42.32420.28080.2738
Hunter Lab65.05715.2238-17.1911
CIE-Lab71.09399.6135-21.4874

#acaad5 color RGB value is (172,170,213).

#acaad5 hex color red value is 172, green value is 170 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #acaad5 hue: 0.67 , saturation: 0.34 and the lightness value of acaad5 is 0.75.

The process color (four color CMYK) of #acaad5 color hex is 0.19, 0.20, 0.00, 0.16. Web safe color of #acaad5 is #9999cc. Color #acaad5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11010101
Octal 254 252 325
Decimal 172 170 213
Hex AC AA D5

RGB Percentages of Color #acaad5

%30.99
%30.63
%38.38

CMYK Percentages of Color #acaad5

%19
%20
%0
%16

Triadic Colors of #acaad5

#acaad5 #d5acaa #aad5ac

Analogous Colors of #acaad5

#acaad5 #c2aad5 #aabed5

Monochromatic Colors of #acaad5

#acaad5

Complementary Color

#acaad5 #d3d5aa

#acaad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaad5 Color CSS Codes

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

#acaad5 Text Font Color

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

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


#acaad5 Background Color

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

This div background color is #acaad5


#acaad5 Border Color

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

This div border color is #acaad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaad5


Comments

No comments written yet.

Please login to write comment.