Color Hex Logo

#aee2ce Color Hex

#AEE2CE
(174,226,206)
0 Favorites   0 Comments

Color spaces of #aee2ce

RGB 174226206
HSL0.440.470.78
HSV157°23°89°
CMYK 0.230.000.09   0.11
XYZ55.792567.847668.5478
Yxy67.84760.29030.3530
Hunter Lab82.3697-23.24128.3178
CIE-Lab85.9302-20.70614.3297

#aee2ce color RGB value is (174,226,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11100010 11001110
Octal 256 342 316
Decimal 174 226 206
Hex AE E2 CE

RGB Percentages of Color #aee2ce

%28.71
%37.29
%33.99

CMYK Percentages of Color #aee2ce

%23
%0
%9
%11

Triadic Colors of #aee2ce

#aee2ce #ceaee2 #e2ceae

Analogous Colors of #aee2ce

#aee2ce #aedce2 #aee2b4

Monochromatic Colors of #aee2ce

#aee2ce

Complementary Color

#aee2ce #e2aec2

#aee2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aee2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aee2ce Color CSS Codes

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

#aee2ce Text Font Color

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

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


#aee2ce Background Color

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

This div background color is #aee2ce


#aee2ce Border Color

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

This div border color is #aee2ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aee2ce


Comments

No comments written yet.

Please login to write comment.