Color Hex Logo

#aeeade Color Hex

#AEEADE
(174,234,222)
0 Favorites   0 Comments

Color spaces of #aeeade

RGB 174234222
HSL0.470.590.80
HSV168°26°92°
CMYK 0.260.000.05   0.08
XYZ60.063273.118280.0548
Yxy73.11820.28170.3429
Hunter Lab85.5092-24.25944.3484
CIE-Lab88.5041-21.3800-0.3325

#aeeade color RGB value is (174,234,222).

#aeeade hex color red value is 174, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aeeade hue: 0.47 , saturation: 0.59 and the lightness value of aeeade is 0.80.

The process color (four color CMYK) of #aeeade color hex is 0.26, 0.00, 0.05, 0.08. Web safe color of #aeeade is #99ffcc. Color #aeeade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101010 11011110
Octal 256 352 336
Decimal 174 234 222
Hex AE EA DE

RGB Percentages of Color #aeeade

%27.62
%37.14
%35.24

CMYK Percentages of Color #aeeade

%26
%0
%5
%8

Triadic Colors of #aeeade

#aeeade #deaeea #eadeae

Analogous Colors of #aeeade

#aeeade #aed8ea #aeeac0

Monochromatic Colors of #aeeade

#aeeade

Complementary Color

#aeeade #eaaeba

#aeeade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeeade Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeeade Color CSS Codes

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

#aeeade Text Font Color

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

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


#aeeade Background Color

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

This div background color is #aeeade


#aeeade Border Color

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

This div border color is #aeeade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,234,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #aeeade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeeade

#aeeade Color Palettes


Comments

No comments written yet.

Please login to write comment.