Color Hex Logo

#aef5dc Color Hex

#AEF5DC
(174,245,220)
0 Favorites   0 Comments

Color spaces of #aef5dc

RGB 174245220
HSL0.440.780.82
HSV159°29°96°
CMYK 0.290.000.10   0.04
XYZ63.026279.470879.7277
Yxy79.47080.28360.3576
Hunter Lab89.1464-29.80739.3767
CIE-Lab91.4469-27.12204.9876

#aef5dc color RGB value is (174,245,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11110101 11011100
Octal 256 365 334
Decimal 174 245 220
Hex AE F5 DC

RGB Percentages of Color #aef5dc

%27.23
%38.34
%34.43

CMYK Percentages of Color #aef5dc

%29
%0
%10
%4

Triadic Colors of #aef5dc

#aef5dc #dcaef5 #f5dcae

Analogous Colors of #aef5dc

#aef5dc #aeebf5 #aef5b9

Monochromatic Colors of #aef5dc

#aef5dc

Complementary Color

#aef5dc #f5aec7

#aef5dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aef5dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aef5dc Color CSS Codes

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

#aef5dc Text Font Color

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

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


#aef5dc Background Color

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

This div background color is #aef5dc


#aef5dc Border Color

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

This div border color is #aef5dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aef5dc


Comments

No comments written yet.

Please login to write comment.