Color Hex Logo

#aab24d Color Hex

#AAB24D
(170,178,77)
0 Favorites   0 Comments

Color spaces of #aab24d

RGB 17017877
HSL0.180.400.50
HSV65°57°70°
CMYK 0.040.000.57   0.30
XYZ33.837540.922713.1366
Yxy40.92270.38500.4656
Hunter Lab63.9709-17.531132.6042
CIE-Lab70.1217-16.844649.6598

#aab24d color RGB value is (170,178,77).

#aab24d hex color red value is 170, green value is 178 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #aab24d hue: 0.18 , saturation: 0.40 and the lightness value of aab24d is 0.50.

The process color (four color CMYK) of #aab24d color hex is 0.04, 0.00, 0.57, 0.30. Web safe color of #aab24d is #999966. Color #aab24d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10110010 01001101
Octal 252 262 115
Decimal 170 178 77
Hex AA B2 4D

RGB Percentages of Color #aab24d

%40.00
%41.88
%18.12

CMYK Percentages of Color #aab24d

%4
%0
%57
%30

Triadic Colors of #aab24d

#aab24d #4daab2 #b24daa

Analogous Colors of #aab24d

#aab24d #78b24d #b2884d

Monochromatic Colors of #aab24d

#aab24d

Complementary Color

#aab24d #554db2

#aab24d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab24d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab24d Color CSS Codes

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

#aab24d Text Font Color

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

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


#aab24d Background Color

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

This div background color is #aab24d


#aab24d Border Color

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

This div border color is #aab24d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab24d


Comments

No comments written yet.

Please login to write comment.