Color Hex Logo

#aef4ed Color Hex

#AEF4ED
(174,244,237)
0 Favorites   0 Comments

Color spaces of #aef4ed

RGB 174244237
HSL0.480.760.82
HSV174°29°96°
CMYK 0.290.000.03   0.04
XYZ65.092379.814592.0958
Yxy79.81450.27460.3368
Hunter Lab89.3390-26.28821.4177
CIE-Lab91.6016-23.0755-3.6229

#aef4ed color RGB value is (174,244,237).

#aef4ed hex color red value is 174, green value is 244 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aef4ed hue: 0.48 , saturation: 0.76 and the lightness value of aef4ed is 0.82.

The process color (four color CMYK) of #aef4ed color hex is 0.29, 0.00, 0.03, 0.04. Web safe color of #aef4ed is #99ffff. Color #aef4ed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 11101101
Octal 256 364 355
Decimal 174 244 237
Hex AE F4 ED

RGB Percentages of Color #aef4ed

%26.56
%37.25
%36.18

CMYK Percentages of Color #aef4ed

%29
%0
%3
%4

Triadic Colors of #aef4ed

#aef4ed #edaef4 #f4edae

Analogous Colors of #aef4ed

#aef4ed #aed8f4 #aef4ca

Monochromatic Colors of #aef4ed

#aef4ed

Complementary Color

#aef4ed #f4aeb5

#aef4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4ed Color CSS Codes

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

#aef4ed Text Font Color

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

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


#aef4ed Background Color

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

This div background color is #aef4ed


#aef4ed Border Color

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

This div border color is #aef4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4ed


Comments

No comments written yet.

Please login to write comment.