Color Hex Logo

#aabb4e Color Hex

#AABB4E
(170,187,78)
0 Favorites   0 Comments

Color spaces of #aabb4e

RGB 17018778
HSL0.190.440.52
HSV69°58°73°
CMYK 0.090.000.58   0.27
XYZ35.723044.636813.9407
Yxy44.63680.37880.4733
Hunter Lab66.8108-21.476834.3961
CIE-Lab72.6521-21.287952.0459

#aabb4e color RGB value is (170,187,78).

#aabb4e hex color red value is 170, green value is 187 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #aabb4e hue: 0.19 , saturation: 0.44 and the lightness value of aabb4e is 0.52.

The process color (four color CMYK) of #aabb4e color hex is 0.09, 0.00, 0.58, 0.27. Web safe color of #aabb4e is #99cc66. Color #aabb4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 01001110
Octal 252 273 116
Decimal 170 187 78
Hex AA BB 4E

RGB Percentages of Color #aabb4e

%39.08
%42.99
%17.93

CMYK Percentages of Color #aabb4e

%9
%0
%58
%27

Triadic Colors of #aabb4e

#aabb4e #4eaabb #bb4eaa

Analogous Colors of #aabb4e

#aabb4e #74bb4e #bb964e

Monochromatic Colors of #aabb4e

#aabb4e

Complementary Color

#aabb4e #5f4ebb

#aabb4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb4e Color CSS Codes

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

#aabb4e Text Font Color

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

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


#aabb4e Background Color

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

This div background color is #aabb4e


#aabb4e Border Color

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

This div border color is #aabb4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb4e


Comments

No comments written yet.

Please login to write comment.