Color Hex Logo

#aaefdf Color Hex

#AAEFDF
(170,239,223)
2 Favorites   0 Comments

Color spaces of #aaefdf

RGB 170239223
HSL0.460.680.80
HSV166°29°94°
CMYK 0.290.000.07   0.06
XYZ60.763375.606881.2030
Yxy75.60680.27930.3475
Hunter Lab86.9522-27.42825.4967
CIE-Lab89.6765-24.77280.8300

#aaefdf color RGB value is (170,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11011111
Octal 252 357 337
Decimal 170 239 223
Hex AA EF DF

RGB Percentages of Color #aaefdf

%26.90
%37.82
%35.28

CMYK Percentages of Color #aaefdf

%29
%0
%7
%6

Triadic Colors of #aaefdf

#aaefdf #dfaaef #efdfaa

Analogous Colors of #aaefdf

#aaefdf #aaddef #aaefbd

Monochromatic Colors of #aaefdf

#aaefdf

Complementary Color

#aaefdf #efaaba

#aaefdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefdf Color CSS Codes

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

#aaefdf Text Font Color

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

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


#aaefdf Background Color

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

This div background color is #aaefdf


#aaefdf Border Color

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

This div border color is #aaefdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefdf


Comments

No comments written yet.

Please login to write comment.