Color Hex Logo

#aef6de Color Hex

#AEF6DE
(174,246,222)
0 Favorites   0 Comments

Color spaces of #aef6de

RGB 174246222
HSL0.440.800.82
HSV160°29°96°
CMYK 0.290.000.10   0.04
XYZ63.596180.184181.2325
Yxy80.18410.28260.3564
Hunter Lab89.5456-29.93248.8962
CIE-Lab91.7674-27.19334.4131

#aef6de color RGB value is (174,246,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110110 11011110
Octal 256 366 336
Decimal 174 246 222
Hex AE F6 DE

RGB Percentages of Color #aef6de

%27.10
%38.32
%34.58

CMYK Percentages of Color #aef6de

%29
%0
%10
%4

Triadic Colors of #aef6de

#aef6de #deaef6 #f6deae

Analogous Colors of #aef6de

#aef6de #aeeaf6 #aef6ba

Monochromatic Colors of #aef6de

#aef6de

Complementary Color

#aef6de #f6aec6

#aef6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef6de Color CSS Codes

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

#aef6de Text Font Color

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

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


#aef6de Background Color

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

This div background color is #aef6de


#aef6de Border Color

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

This div border color is #aef6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef6de


Comments

No comments written yet.

Please login to write comment.