Color Hex Logo

#aee8ce Color Hex

#AEE8CE
(174,232,206)
0 Favorites   0 Comments

Color spaces of #aee8ce

RGB 174232206
HSL0.430.560.80
HSV153°25°91°
CMYK 0.250.000.11   0.09
XYZ57.452771.168169.1013
Yxy71.16810.29060.3599
Hunter Lab84.3612-26.067810.4877
CIE-Lab87.5666-23.64776.6910

#aee8ce color RGB value is (174,232,206).

#aee8ce hex color red value is 174, green value is 232 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aee8ce hue: 0.43 , saturation: 0.56 and the lightness value of aee8ce is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101000 11001110
Octal 256 350 316
Decimal 174 232 206
Hex AE E8 CE

RGB Percentages of Color #aee8ce

%28.43
%37.91
%33.66

CMYK Percentages of Color #aee8ce

%25
%0
%11
%9

Triadic Colors of #aee8ce

#aee8ce #ceaee8 #e8ceae

Analogous Colors of #aee8ce

#aee8ce #aee5e8 #aee8b1

Monochromatic Colors of #aee8ce

#aee8ce

Complementary Color

#aee8ce #e8aec8

#aee8ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee8ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee8ce Color CSS Codes

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

#aee8ce Text Font Color

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

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


#aee8ce Background Color

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

This div background color is #aee8ce


#aee8ce Border Color

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

This div border color is #aee8ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee8ce


Comments

No comments written yet.

Please login to write comment.