Color Hex Logo

#aaefbf Color Hex

#AAEFBF
(170,239,191)
0 Favorites   0 Comments

Color spaces of #aaefbf

RGB 170239191
HSL0.380.680.80
HSV138°29°94°
CMYK 0.290.000.20   0.06
XYZ56.848074.040660.5853
Yxy74.04060.29690.3867
Hunter Lab86.0468-32.653618.4869
CIE-Lab88.9417-31.063116.4340

#aaefbf color RGB value is (170,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101111 10111111
Octal 252 357 277
Decimal 170 239 191
Hex AA EF BF

RGB Percentages of Color #aaefbf

%28.33
%39.83
%31.83

CMYK Percentages of Color #aaefbf

%29
%0
%20
%6

Triadic Colors of #aaefbf

#aaefbf #bfaaef #efbfaa

Analogous Colors of #aaefbf

#aaefbf #aaefe2 #b8efaa

Monochromatic Colors of #aaefbf

#aaefbf

Complementary Color

#aaefbf #efaada

#aaefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaefbf Color CSS Codes

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

#aaefbf Text Font Color

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

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


#aaefbf Background Color

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

This div background color is #aaefbf


#aaefbf Border Color

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

This div border color is #aaefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaefbf

Related Colors


Comments

No comments written yet.

Please login to write comment.