color codes Logo

#aae6ce color codes

#AAE6CE
(170,230,206)
0 Favorites   0 Comments

Color spaces of #aae6ce

RGB 170230206
HSL0.430.550.78
HSV156°26°90°
CMYK 0.260.000.10   0.10
XYZ56.015069.595968.8736
Yxy69.59590.28800.3578
Hunter Lab83.4242-26.13889.4481
CIE-Lab86.7983-23.89225.5553

#aae6ce color RGB value is (170,230,206).

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

The process color (four color CMYK) of #aae6ce color code is 0.26, 0.00, 0.10, 0.10. Web safe color of #aae6ce is #99ffcc. Color #aae6ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11100110 11001110
Octal 252 346 316
Decimal 170 230 206
Hex AA E6 CE

RGB Percentages of Color #aae6ce

%28.05
%37.95
%33.99

CMYK Percentages of Color #aae6ce

%26
%0
%10
%10

Triadic Colors of #aae6ce

#aae6ce #ceaae6 #e6ceaa

Analogous Colors of #aae6ce

#aae6ce #aae0e6 #aae6b0

Monochromatic Colors of #aae6ce

#aae6ce

Complementary Color

#aae6ce #e6aac2

#aae6ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aae6ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aae6ce Color CSS Codes

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

#aae6ce Text Font Color

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

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


#aae6ce Background Color

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

This div background color is #aae6ce


#aae6ce Border Color

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

This div border color is #aae6ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aae6ce


Comments

No comments written yet.

Please login to write comment.