Color Hex Logo

#aeefdc Color Hex

#AEEFDC
(174,239,220)
0 Favorites   0 Comments

Color spaces of #aeefdc

RGB 174239220
HSL0.450.670.81
HSV162°27°94°
CMYK 0.270.000.08   0.06
XYZ61.240375.899079.1324
Yxy75.89900.28320.3509
Hunter Lab87.1200-26.98507.1300
CIE-Lab89.8124-24.23472.6193

#aeefdc color RGB value is (174,239,220).

#aeefdc hex color red value is 174, green value is 239 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #aeefdc hue: 0.45 , saturation: 0.67 and the lightness value of aeefdc is 0.81.

The process color (four color CMYK) of #aeefdc color hex is 0.27, 0.00, 0.08, 0.06. Web safe color of #aeefdc is #99ffcc. Color #aeefdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11011100
Octal 256 357 334
Decimal 174 239 220
Hex AE EF DC

RGB Percentages of Color #aeefdc

%27.49
%37.76
%34.76

CMYK Percentages of Color #aeefdc

%27
%0
%8
%6

Triadic Colors of #aeefdc

#aeefdc #dcaeef #efdcae

Analogous Colors of #aeefdc

#aeefdc #aee2ef #aeefbc

Monochromatic Colors of #aeefdc

#aeefdc

Complementary Color

#aeefdc #efaec1

#aeefdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefdc Color CSS Codes

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

#aeefdc Text Font Color

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

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


#aeefdc Background Color

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

This div background color is #aeefdc


#aeefdc Border Color

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

This div border color is #aeefdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefdc


Comments

No comments written yet.

Please login to write comment.