Color Hex Logo

#acaad1 Color Hex

#ACAAD1
(172,170,209)
0 Favorites   0 Comments

Color spaces of #acaad1

RGB 172170209
HSL0.680.300.74
HSV243°19°82°
CMYK 0.180.190.00   0.18
XYZ42.896642.123666.1914
Yxy42.12360.28370.2786
Hunter Lab64.90274.3976-15.0354
CIE-Lab70.95618.7184-19.5006

#acaad1 color RGB value is (172,170,209).

#acaad1 hex color red value is 172, green value is 170 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #acaad1 hue: 0.68 , saturation: 0.30 and the lightness value of acaad1 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11010001
Octal 254 252 321
Decimal 172 170 209
Hex AC AA D1

RGB Percentages of Color #acaad1

%31.22
%30.85
%37.93

CMYK Percentages of Color #acaad1

%18
%19
%0
%18

Triadic Colors of #acaad1

#acaad1 #d1acaa #aad1ac

Analogous Colors of #acaad1

#acaad1 #c0aad1 #aabcd1

Monochromatic Colors of #acaad1

#acaad1

Complementary Color

#acaad1 #cfd1aa

#acaad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaad1 Color CSS Codes

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

#acaad1 Text Font Color

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

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


#acaad1 Background Color

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

This div background color is #acaad1


#acaad1 Border Color

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

This div border color is #acaad1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,170,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 #acaad1">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaad1


Comments

No comments written yet.

Please login to write comment.