Color Hex Logo

#aca8ea Color Hex

#ACA8EA
(172,168,234)
0 Favorites   0 Comments

Color spaces of #aca8ea

RGB 172168234
HSL0.680.610.79
HSV244°28°92°
CMYK 0.260.280.00   0.08
XYZ45.867242.716483.6695
Yxy42.71640.26630.2480
Hunter Lab65.357810.8927-30.1512
CIE-Lab71.362115.6247-32.5646

#aca8ea color RGB value is (172,168,234).

#aca8ea hex color red value is 172, green value is 168 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aca8ea hue: 0.68 , saturation: 0.61 and the lightness value of aca8ea is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101000 11101010
Octal 254 250 352
Decimal 172 168 234
Hex AC A8 EA

RGB Percentages of Color #aca8ea

%29.97
%29.27
%40.77

CMYK Percentages of Color #aca8ea

%26
%28
%0
%8

Triadic Colors of #aca8ea

#aca8ea #eaaca8 #a8eaac

Analogous Colors of #aca8ea

#aca8ea #cda8ea #a8c5ea

Monochromatic Colors of #aca8ea

#aca8ea

Complementary Color

#aca8ea #e6eaa8

#aca8ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aca8ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aca8ea Color CSS Codes

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

#aca8ea Text Font Color

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

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


#aca8ea Background Color

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

This div background color is #aca8ea


#aca8ea Border Color

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

This div border color is #aca8ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aca8ea


Comments

No comments written yet.

Please login to write comment.