Color Hex Logo

#aca9ee Color Hex

#ACA9EE
(172,169,238)
0 Favorites   0 Comments

Color spaces of #aca9ee

RGB 172169238
HSL0.670.670.80
HSV243°29°93°
CMYK 0.280.290.00   0.07
XYZ46.633843.319686.7926
Yxy43.31960.26380.2451
Hunter Lab65.817611.2919-32.1124
CIE-Lab71.771416.0333-34.1104

#aca9ee color RGB value is (172,169,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101001 11101110
Octal 254 251 356
Decimal 172 169 238
Hex AC A9 EE

RGB Percentages of Color #aca9ee

%29.71
%29.19
%41.11

CMYK Percentages of Color #aca9ee

%28
%29
%0
%7

Triadic Colors of #aca9ee

#aca9ee #eeaca9 #a9eeac

Analogous Colors of #aca9ee

#aca9ee #cfa9ee #a9c9ee

Monochromatic Colors of #aca9ee

#aca9ee

Complementary Color

#aca9ee #ebeea9

#aca9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca9ee Color CSS Codes

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

#aca9ee Text Font Color

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

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


#aca9ee Background Color

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

This div background color is #aca9ee


#aca9ee Border Color

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

This div border color is #aca9ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca9ee


Comments

No comments written yet.

Please login to write comment.