Color Hex Logo

#aabe72 Color Hex

#AABE72
(170,190,114)
0 Favorites   0 Comments

Color spaces of #aabe72

RGB 170190114
HSL0.210.370.60
HSV76°40°75°
CMYK 0.110.000.40   0.25
XYZ38.028346.587922.9076
Yxy46.58790.35370.4333
Hunter Lab68.2553-19.996027.8800
CIE-Lab73.9254-19.175636.0923

#aabe72 color RGB value is (170,190,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111110 01110010
Octal 252 276 162
Decimal 170 190 114
Hex AA BE 72

RGB Percentages of Color #aabe72

%35.86
%40.08
%24.05

CMYK Percentages of Color #aabe72

%11
%0
%40
%25

Triadic Colors of #aabe72

#aabe72 #72aabe #be72aa

Analogous Colors of #aabe72

#aabe72 #84be72 #beac72

Monochromatic Colors of #aabe72

#aabe72

Complementary Color

#aabe72 #8672be

#aabe72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabe72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabe72 Color CSS Codes

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

#aabe72 Text Font Color

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

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


#aabe72 Background Color

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

This div background color is #aabe72


#aabe72 Border Color

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

This div border color is #aabe72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabe72


Comments

No comments written yet.

Please login to write comment.