Color Hex Logo

#acaaea Color Hex

#ACAAEA
(172,170,234)
1 Favorites   0 Comments

Color spaces of #acaaea

RGB 172170234
HSL0.670.600.79
HSV242°27°92°
CMYK 0.260.270.00   0.08
XYZ46.239343.460683.7936
Yxy43.46060.26650.2505
Hunter Lab65.92479.8311-29.2134
CIE-Lab71.866514.5081-31.7854

#acaaea color RGB value is (172,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11101010
Octal 254 252 352
Decimal 172 170 234
Hex AC AA EA

RGB Percentages of Color #acaaea

%29.86
%29.51
%40.63

CMYK Percentages of Color #acaaea

%26
%27
%0
%8

Triadic Colors of #acaaea

#acaaea #eaacaa #aaeaac

Analogous Colors of #acaaea

#acaaea #ccaaea #aac8ea

Monochromatic Colors of #acaaea

#acaaea

Complementary Color

#acaaea #e8eaaa

#acaaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaaea Color CSS Codes

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

#acaaea Text Font Color

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

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


#acaaea Background Color

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

This div background color is #acaaea


#acaaea Border Color

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

This div border color is #acaaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaaea


Comments

No comments written yet.

Please login to write comment.