Color Hex Logo

#aaefad Color Hex

#AAEFAD
(170,239,173)
0 Favorites   0 Comments

Color spaces of #aaefad

RGB 170239173
HSL0.340.680.80
HSV123°29°94°
CMYK 0.290.000.28   0.06
XYZ54.986973.296250.7846
Yxy73.29620.30710.4093
Hunter Lab85.6132-35.177724.7592
CIE-Lab88.5888-34.190425.2223

#aaefad color RGB value is (170,239,173).

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

The process color (four color CMYK) of #aaefad color hex is 0.29, 0.00, 0.28, 0.06. Web safe color of #aaefad is #99ff99. Color #aaefad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10101101
Octal 252 357 255
Decimal 170 239 173
Hex AA EF AD

RGB Percentages of Color #aaefad

%29.21
%41.07
%29.73

CMYK Percentages of Color #aaefad

%29
%0
%28
%6

Triadic Colors of #aaefad

#aaefad #adaaef #efadaa

Analogous Colors of #aaefad

#aaefad #aaefd0 #caefaa

Monochromatic Colors of #aaefad

#aaefad

Complementary Color

#aaefad #efaaec

#aaefad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefad Color CSS Codes

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

#aaefad Text Font Color

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

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


#aaefad Background Color

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

This div background color is #aaefad


#aaefad Border Color

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

This div border color is #aaefad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefad


Comments

No comments written yet.

Please login to write comment.