Color Hex Logo

#aca9ec Color Hex

#ACA9EC
(172,169,236)
0 Favorites   0 Comments

Color spaces of #aca9ec

RGB 172169236
HSL0.670.640.79
HSV243°28°93°
CMYK 0.270.280.00   0.07
XYZ46.341543.202785.2534
Yxy43.20270.26510.2472
Hunter Lab65.728810.8246-30.8919
CIE-Lab71.692315.5483-33.1439

#aca9ec color RGB value is (172,169,236).

#aca9ec hex color red value is 172, green value is 169 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aca9ec hue: 0.67 , saturation: 0.64 and the lightness value of aca9ec is 0.79.

The process color (four color CMYK) of #aca9ec color hex is 0.27, 0.28, 0.00, 0.07. Web safe color of #aca9ec is #9999ff. Color #aca9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 11101100
Octal 254 251 354
Decimal 172 169 236
Hex AC A9 EC

RGB Percentages of Color #aca9ec

%29.81
%29.29
%40.90

CMYK Percentages of Color #aca9ec

%27
%28
%0
%7

Triadic Colors of #aca9ec

#aca9ec #ecaca9 #a9ecac

Analogous Colors of #aca9ec

#aca9ec #cea9ec #a9c8ec

Monochromatic Colors of #aca9ec

#aca9ec

Complementary Color

#aca9ec #e9eca9

#aca9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9ec Color CSS Codes

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

#aca9ec Text Font Color

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

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


#aca9ec Background Color

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

This div background color is #aca9ec


#aca9ec Border Color

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

This div border color is #aca9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9ec


Comments

No comments written yet.

Please login to write comment.