Color Hex Logo

#aacce0 Color Hex

#AACCE0
(170,204,224)
0 Favorites   0 Comments

Color spaces of #aacce0

RGB 170204224
HSL0.560.470.77
HSV202°24°88°
CMYK 0.240.090.00   0.12
XYZ51.625057.113678.8241
Yxy57.11360.27520.3045
Hunter Lab75.5735-10.3187-8.9387
CIE-Lab80.2434-6.8890-13.6451

#aacce0 color RGB value is (170,204,224).

#aacce0 hex color red value is 170, green value is 204 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aacce0 hue: 0.56 , saturation: 0.47 and the lightness value of aacce0 is 0.77.

The process color (four color CMYK) of #aacce0 color hex is 0.24, 0.09, 0.00, 0.12. Web safe color of #aacce0 is #99cccc. Color #aacce0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11001100 11100000
Octal 252 314 340
Decimal 170 204 224
Hex AA CC E0

RGB Percentages of Color #aacce0

%28.43
%34.11
%37.46

CMYK Percentages of Color #aacce0

%24
%9
%0
%12

Triadic Colors of #aacce0

#aacce0 #e0aacc #cce0aa

Analogous Colors of #aacce0

#aacce0 #aab1e0 #aae0d9

Monochromatic Colors of #aacce0

#aacce0

Complementary Color

#aacce0 #e0beaa

#aacce0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aacce0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aacce0 Color CSS Codes

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

#aacce0 Text Font Color

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

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


#aacce0 Background Color

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

This div background color is #aacce0


#aacce0 Border Color

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

This div border color is #aacce0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aacce0


Comments

No comments written yet.

Please login to write comment.