Color Hex Logo

#acaaef Color Hex

#ACAAEF
(172,170,239)
0 Favorites   0 Comments

Color spaces of #acaaef

RGB 172170239
HSL0.670.680.80
HSV242°29°94°
CMYK 0.280.290.00   0.06
XYZ46.968043.752187.6309
Yxy43.75210.26330.2453
Hunter Lab66.145410.9935-32.2470
CIE-Lab72.062515.7182-34.2036

#acaaef color RGB value is (172,170,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11101111
Octal 254 252 357
Decimal 172 170 239
Hex AC AA EF

RGB Percentages of Color #acaaef

%29.60
%29.26
%41.14

CMYK Percentages of Color #acaaef

%28
%29
%0
%6

Triadic Colors of #acaaef

#acaaef #efacaa #aaefac

Analogous Colors of #acaaef

#acaaef #cfaaef #aacbef

Monochromatic Colors of #acaaef

#acaaef

Complementary Color

#acaaef #edefaa

#acaaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaaef Color CSS Codes

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

#acaaef Text Font Color

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

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


#acaaef Background Color

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

This div background color is #acaaef


#acaaef Border Color

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

This div border color is #acaaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaaef


Comments

No comments written yet.

Please login to write comment.