Color Hex Logo

#acaace Color Hex

#ACAACE
(172,170,206)
0 Favorites   0 Comments

Color spaces of #acaace

RGB 172170206
HSL0.680.270.74
HSV243°17°81°
CMYK 0.170.170.00   0.19
XYZ42.528641.976364.2533
Yxy41.97630.28590.2822
Hunter Lab64.78913.7893-13.4473
CIE-Lab70.85468.0559-18.0056

#acaace color RGB value is (172,170,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11001110
Octal 254 252 316
Decimal 172 170 206
Hex AC AA CE

RGB Percentages of Color #acaace

%31.39
%31.02
%37.59

CMYK Percentages of Color #acaace

%17
%17
%0
%19

Triadic Colors of #acaace

#acaace #ceacaa #aaceac

Analogous Colors of #acaace

#acaace #beaace #aabace

Monochromatic Colors of #acaace

#acaace

Complementary Color

#acaace #ccceaa

#acaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaace Color CSS Codes

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

#acaace Text Font Color

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

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


#acaace Background Color

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

This div background color is #acaace


#acaace Border Color

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

This div border color is #acaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaace


Comments

No comments written yet.

Please login to write comment.