Color Hex Logo

#aeefdf Color Hex

#AEEFDF
(174,239,223)
0 Favorites   0 Comments

Color spaces of #aeefdf

RGB 174239223
HSL0.460.670.81
HSV165°27°94°
CMYK 0.270.000.07   0.06
XYZ61.641376.059481.2441
Yxy76.05940.28150.3474
Hunter Lab87.2120-26.45765.8157
CIE-Lab89.8869-23.61521.1623

#aeefdf color RGB value is (174,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11101111 11011111
Octal 256 357 337
Decimal 174 239 223
Hex AE EF DF

RGB Percentages of Color #aeefdf

%27.36
%37.58
%35.06

CMYK Percentages of Color #aeefdf

%27
%0
%7
%6

Triadic Colors of #aeefdf

#aeefdf #dfaeef #efdfae

Analogous Colors of #aeefdf

#aeefdf #aedfef #aeefbf

Monochromatic Colors of #aeefdf

#aeefdf

Complementary Color

#aeefdf #efaebe

#aeefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeefdf Color CSS Codes

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

#aeefdf Text Font Color

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

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


#aeefdf Background Color

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

This div background color is #aeefdf


#aeefdf Border Color

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

This div border color is #aeefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeefdf


Comments

No comments written yet.

Please login to write comment.