Color Hex Logo

#aef4de Color Hex

#AEF4DE
(174,244,222)
0 Favorites   0 Comments

Color spaces of #aef4de

RGB 174244222
HSL0.450.760.82
HSV161°29°96°
CMYK 0.290.000.09   0.04
XYZ62.991178.974081.0308
Yxy78.97400.28250.3542
Hunter Lab88.8673-28.99318.1454
CIE-Lab91.2225-26.23593.6239

#aef4de color RGB value is (174,244,222).

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

The process color (four color CMYK) of #aef4de color hex is 0.29, 0.00, 0.09, 0.04. Web safe color of #aef4de is #99ffcc. Color #aef4de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110100 11011110
Octal 256 364 336
Decimal 174 244 222
Hex AE F4 DE

RGB Percentages of Color #aef4de

%27.19
%38.13
%34.69

CMYK Percentages of Color #aef4de

%29
%0
%9
%4

Triadic Colors of #aef4de

#aef4de #deaef4 #f4deae

Analogous Colors of #aef4de

#aef4de #aee7f4 #aef4bb

Monochromatic Colors of #aef4de

#aef4de

Complementary Color

#aef4de #f4aec4

#aef4de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef4de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef4de Color CSS Codes

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

#aef4de Text Font Color

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

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


#aef4de Background Color

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

This div background color is #aef4de


#aef4de Border Color

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

This div border color is #aef4de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef4de

Related Colors


Comments

No comments written yet.

Please login to write comment.