Color Hex Logo

#aab83b Color Hex

#AAB83B
(170,184,59)
0 Favorites   0 Comments

Color spaces of #aab83b

RGB 17018459
HSL0.190.510.48
HSV67°68°72°
CMYK 0.080.000.68   0.28
XYZ34.507543.142810.6463
Yxy43.14280.39080.4886
Hunter Lab65.6832-21.168336.3682
CIE-Lab71.6518-21.116158.9849

#aab83b color RGB value is (170,184,59).

#aab83b hex color red value is 170, green value is 184 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #aab83b hue: 0.19 , saturation: 0.51 and the lightness value of aab83b is 0.48.

The process color (four color CMYK) of #aab83b color hex is 0.08, 0.00, 0.68, 0.28. Web safe color of #aab83b is #99cc33. Color #aab83b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111000 00111011
Octal 252 270 73
Decimal 170 184 59
Hex AA B8 3B

RGB Percentages of Color #aab83b

%41.16
%44.55
%14.29

CMYK Percentages of Color #aab83b

%8
%0
%68
%28

Triadic Colors of #aab83b

#aab83b #3baab8 #b83baa

Analogous Colors of #aab83b

#aab83b #6cb83b #b8883b

Monochromatic Colors of #aab83b

#aab83b

Complementary Color

#aab83b #493bb8

#aab83b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aab83b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aab83b Color CSS Codes

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

#aab83b Text Font Color

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

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


#aab83b Background Color

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

This div background color is #aab83b


#aab83b Border Color

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

This div border color is #aab83b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aab83b


Comments

No comments written yet.

Please login to write comment.