Color Hex Logo

#aaefdb Color Hex

#AAEFDB
(170,239,219)
0 Favorites   0 Comments

Color spaces of #aaefdb

RGB 170239219
HSL0.450.680.80
HSV163°29°94°
CMYK 0.290.000.08   0.06
XYZ60.230275.393578.3958
Yxy75.39350.28140.3523
Hunter Lab86.8294-28.13307.2494
CIE-Lab89.5770-25.60742.7731

#aaefdb color RGB value is (170,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 11011011
Octal 252 357 333
Decimal 170 239 219
Hex AA EF DB

RGB Percentages of Color #aaefdb

%27.07
%38.06
%34.87

CMYK Percentages of Color #aaefdb

%29
%0
%8
%6

Triadic Colors of #aaefdb

#aaefdb #dbaaef #efdbaa

Analogous Colors of #aaefdb

#aaefdb #aae1ef #aaefb9

Monochromatic Colors of #aaefdb

#aaefdb

Complementary Color

#aaefdb #efaabe

#aaefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefdb Color CSS Codes

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

#aaefdb Text Font Color

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

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


#aaefdb Background Color

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

This div background color is #aaefdb


#aaefdb Border Color

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

This div border color is #aaefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefdb


Comments

No comments written yet.

Please login to write comment.