Color Hex Logo

#aae3ce Color Hex

#AAE3CE
(170,227,206)
0 Favorites   0 Comments

Color spaces of #aae3ce

RGB 170227206
HSL0.440.500.78
HSV158°25°89°
CMYK 0.250.000.09   0.11
XYZ55.187267.940468.5977
Yxy67.94040.28780.3544
Hunter Lab82.4260-24.73328.3550
CIE-Lab85.9766-22.42594.3682

#aae3ce color RGB value is (170,227,206).

#aae3ce hex color red value is 170, green value is 227 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aae3ce hue: 0.44 , saturation: 0.50 and the lightness value of aae3ce is 0.78.

The process color (four color CMYK) of #aae3ce color hex is 0.25, 0.00, 0.09, 0.11. Web safe color of #aae3ce is #99cccc. Color #aae3ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100011 11001110
Octal 252 343 316
Decimal 170 227 206
Hex AA E3 CE

RGB Percentages of Color #aae3ce

%28.19
%37.65
%34.16

CMYK Percentages of Color #aae3ce

%25
%0
%9
%11

Triadic Colors of #aae3ce

#aae3ce #ceaae3 #e3ceaa

Analogous Colors of #aae3ce

#aae3ce #aadce3 #aae3b2

Monochromatic Colors of #aae3ce

#aae3ce

Complementary Color

#aae3ce #e3aabf

#aae3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae3ce Color CSS Codes

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

#aae3ce Text Font Color

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

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


#aae3ce Background Color

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

This div background color is #aae3ce


#aae3ce Border Color

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

This div border color is #aae3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae3ce


Comments

No comments written yet.

Please login to write comment.