Color Hex Logo

#aef7dd Color Hex

#AEF7DD
(174,247,221)
0 Favorites   0 Comments

Color spaces of #aef7dd

RGB 174247221
HSL0.440.820.83
HSV159°30°97°
CMYK 0.300.000.11   0.03
XYZ63.767580.740780.6302
Yxy80.74070.28320.3586
Hunter Lab89.8558-30.57269.6965
CIE-Lab92.0162-27.87315.2915

#aef7dd color RGB value is (174,247,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110111 11011101
Octal 256 367 335
Decimal 174 247 221
Hex AE F7 DD

RGB Percentages of Color #aef7dd

%27.10
%38.47
%34.42

CMYK Percentages of Color #aef7dd

%30
%0
%11
%3

Triadic Colors of #aef7dd

#aef7dd #ddaef7 #f7ddae

Analogous Colors of #aef7dd

#aef7dd #aeedf7 #aef7b9

Monochromatic Colors of #aef7dd

#aef7dd

Complementary Color

#aef7dd #f7aec8

#aef7dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef7dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef7dd Color CSS Codes

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

#aef7dd Text Font Color

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

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


#aef7dd Background Color

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

This div background color is #aef7dd


#aef7dd Border Color

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

This div border color is #aef7dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef7dd


Comments

No comments written yet.

Please login to write comment.