Color Hex Logo

#aef9de Color Hex

#AEF9DE
(174,249,222)
0 Favorites   0 Comments

Color spaces of #aef9de

RGB 174249222
HSL0.440.860.83
HSV158°30°98°
CMYK 0.300.000.11   0.02
XYZ64.516182.024081.5391
Yxy82.02400.28290.3596
Hunter Lab90.5671-31.336710.0172
CIE-Lab92.5855-28.62075.5956

#aef9de color RGB value is (174,249,222).

#aef9de hex color red value is 174, green value is 249 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aef9de hue: 0.44 , saturation: 0.86 and the lightness value of aef9de is 0.83.

The process color (four color CMYK) of #aef9de color hex is 0.30, 0.00, 0.11, 0.02. Web safe color of #aef9de is #99ffcc. Color #aef9de contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111001 11011110
Octal 256 371 336
Decimal 174 249 222
Hex AE F9 DE

RGB Percentages of Color #aef9de

%26.98
%38.60
%34.42

CMYK Percentages of Color #aef9de

%30
%0
%11
%2

Triadic Colors of #aef9de

#aef9de #deaef9 #f9deae

Analogous Colors of #aef9de

#aef9de #aeeff9 #aef9b9

Monochromatic Colors of #aef9de

#aef9de

Complementary Color

#aef9de #f9aec9

#aef9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef9de Color CSS Codes

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

#aef9de Text Font Color

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

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


#aef9de Background Color

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

This div background color is #aef9de


#aef9de Border Color

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

This div border color is #aef9de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef9de


Comments

No comments written yet.

Please login to write comment.