Color Hex Logo

#aabe6f Color Hex

#AABE6F
(170,190,111)
0 Favorites   0 Comments

Color spaces of #aabe6f

RGB 170190111
HSL0.210.380.59
HSV75°42°75°
CMYK 0.110.000.42   0.25
XYZ37.860346.520722.0229
Yxy46.52070.35580.4372
Hunter Lab68.2061-20.277628.6003
CIE-Lab73.8821-19.532537.5692

#aabe6f color RGB value is (170,190,111).

#aabe6f hex color red value is 170, green value is 190 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #aabe6f hue: 0.21 , saturation: 0.38 and the lightness value of aabe6f is 0.59.

The process color (four color CMYK) of #aabe6f color hex is 0.11, 0.00, 0.42, 0.25. Web safe color of #aabe6f is #99cc66. Color #aabe6f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01101111
Octal 252 276 157
Decimal 170 190 111
Hex AA BE 6F

RGB Percentages of Color #aabe6f

%36.09
%40.34
%23.57

CMYK Percentages of Color #aabe6f

%11
%0
%42
%25

Triadic Colors of #aabe6f

#aabe6f #6faabe #be6faa

Analogous Colors of #aabe6f

#aabe6f #83be6f #beab6f

Monochromatic Colors of #aabe6f

#aabe6f

Complementary Color

#aabe6f #836fbe

#aabe6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe6f Color CSS Codes

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

#aabe6f Text Font Color

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

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


#aabe6f Background Color

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

This div background color is #aabe6f


#aabe6f Border Color

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

This div border color is #aabe6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe6f


Comments

No comments written yet.

Please login to write comment.