Color Hex Logo

#acaae7 Color Hex

#ACAAE7
(172,170,231)
0 Favorites   0 Comments

Color spaces of #acaae7

RGB 172170231
HSL0.670.560.79
HSV242°26°91°
CMYK 0.260.260.00   0.09
XYZ45.811843.289681.5425
Yxy43.28960.26850.2537
Hunter Lab65.79489.1455-27.4244
CIE-Lab71.751113.7899-30.3282

#acaae7 color RGB value is (172,170,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10101010 11100111
Octal 254 252 347
Decimal 172 170 231
Hex AC AA E7

RGB Percentages of Color #acaae7

%30.02
%29.67
%40.31

CMYK Percentages of Color #acaae7

%26
%26
%0
%9

Triadic Colors of #acaae7

#acaae7 #e7acaa #aae7ac

Analogous Colors of #acaae7

#acaae7 #cbaae7 #aac7e7

Monochromatic Colors of #acaae7

#acaae7

Complementary Color

#acaae7 #e5e7aa

#acaae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acaae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acaae7 Color CSS Codes

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

#acaae7 Text Font Color

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

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


#acaae7 Background Color

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

This div background color is #acaae7


#acaae7 Border Color

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

This div border color is #acaae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acaae7


Comments

No comments written yet.

Please login to write comment.