Color Hex Logo

#aaeace Color Hex

#AAEACE
(170,234,206)
0 Favorites   0 Comments

Color spaces of #aaeace

RGB 170234206
HSL0.430.600.79
HSV154°27°92°
CMYK 0.270.000.12   0.08
XYZ57.141071.847969.2489
Yxy71.84790.28820.3624
Hunter Lab84.7631-28.004110.8961
CIE-Lab87.8953-25.83057.1355

#aaeace color RGB value is (170,234,206).

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

The process color (four color CMYK) of #aaeace color hex is 0.27, 0.00, 0.12, 0.08. Web safe color of #aaeace is #99ffcc. Color #aaeace contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101010 11001110
Octal 252 352 316
Decimal 170 234 206
Hex AA EA CE

RGB Percentages of Color #aaeace

%27.87
%38.36
%33.77

CMYK Percentages of Color #aaeace

%27
%0
%12
%8

Triadic Colors of #aaeace

#aaeace #ceaaea #eaceaa

Analogous Colors of #aaeace

#aaeace #aae6ea #aaeaae

Monochromatic Colors of #aaeace

#aaeace

Complementary Color

#aaeace #eaaac6

#aaeace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaeace Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaeace Color CSS Codes

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

#aaeace Text Font Color

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

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


#aaeace Background Color

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

This div background color is #aaeace


#aaeace Border Color

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

This div border color is #aaeace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaeace


Comments

No comments written yet.

Please login to write comment.