Color Hex Logo

#aca4ea Color Hex

#ACA4EA
(172,164,234)
0 Favorites   0 Comments

Color spaces of #aca4ea

RGB 172164234
HSL0.690.630.78
HSV247°30°92°
CMYK 0.260.300.00   0.08
XYZ45.140041.262183.4271
Yxy41.26210.26580.2430
Hunter Lab64.235613.0243-32.0390
CIE-Lab70.359217.8638-34.1167

#aca4ea color RGB value is (172,164,234).

#aca4ea hex color red value is 172, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aca4ea hue: 0.69 , saturation: 0.63 and the lightness value of aca4ea is 0.78.

The process color (four color CMYK) of #aca4ea color hex is 0.26, 0.30, 0.00, 0.08. Web safe color of #aca4ea is #9999ff. Color #aca4ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10100100 11101010
Octal 254 244 352
Decimal 172 164 234
Hex AC A4 EA

RGB Percentages of Color #aca4ea

%30.18
%28.77
%41.05

CMYK Percentages of Color #aca4ea

%26
%30
%0
%8

Triadic Colors of #aca4ea

#aca4ea #eaaca4 #a4eaac

Analogous Colors of #aca4ea

#aca4ea #cfa4ea #a4bfea

Monochromatic Colors of #aca4ea

#aca4ea

Complementary Color

#aca4ea #e2eaa4

#aca4ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca4ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca4ea Color CSS Codes

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

#aca4ea Text Font Color

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

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


#aca4ea Background Color

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

This div background color is #aca4ea


#aca4ea Border Color

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

This div border color is #aca4ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca4ea


Comments

No comments written yet.

Please login to write comment.