Color Hex Logo

#aee0ce Color Hex

#AEE0CE
(174,224,206)
0 Favorites   0 Comments

Color spaces of #aee0ce

RGB 174224206
HSL0.440.450.78
HSV158°22°88°
CMYK 0.220.000.08   0.12
XYZ55.251866.766268.3676
Yxy66.76620.29020.3507
Hunter Lab81.7106-22.29387.5892
CIE-Lab85.3857-19.71623.5414

#aee0ce color RGB value is (174,224,206).

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

The process color (four color CMYK) of #aee0ce color hex is 0.22, 0.00, 0.08, 0.12. Web safe color of #aee0ce is #99cccc. Color #aee0ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100000 11001110
Octal 256 340 316
Decimal 174 224 206
Hex AE E0 CE

RGB Percentages of Color #aee0ce

%28.81
%37.09
%34.11

CMYK Percentages of Color #aee0ce

%22
%0
%8
%12

Triadic Colors of #aee0ce

#aee0ce #ceaee0 #e0ceae

Analogous Colors of #aee0ce

#aee0ce #aed9e0 #aee0b5

Monochromatic Colors of #aee0ce

#aee0ce

Complementary Color

#aee0ce #e0aec0

#aee0ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee0ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee0ce Color CSS Codes

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

#aee0ce Text Font Color

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

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


#aee0ce Background Color

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

This div background color is #aee0ce


#aee0ce Border Color

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

This div border color is #aee0ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee0ce


Comments

No comments written yet.

Please login to write comment.