Color Hex Logo

#aabb31 Color Hex

#AABB31
(170,187,49)
0 Favorites   0 Comments

Color spaces of #aabb31

RGB 17018749
HSL0.190.580.46
HSV67°74°73°
CMYK 0.090.000.74   0.27
XYZ34.902344.30849.6186
Yxy44.30840.39290.4988
Hunter Lab66.5646-22.893738.0278
CIE-Lab72.4342-23.133263.3994

#aabb31 color RGB value is (170,187,49).

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

The process color (four color CMYK) of #aabb31 color hex is 0.09, 0.00, 0.74, 0.27. Web safe color of #aabb31 is #99cc33. Color #aabb31 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10111011 00110001
Octal 252 273 61
Decimal 170 187 49
Hex AA BB 31

RGB Percentages of Color #aabb31

%41.87
%46.06
%12.07

CMYK Percentages of Color #aabb31

%9
%0
%74
%27

Triadic Colors of #aabb31

#aabb31 #31aabb #bb31aa

Analogous Colors of #aabb31

#aabb31 #65bb31 #bb8731

Monochromatic Colors of #aabb31

#aabb31

Complementary Color

#aabb31 #4231bb

#aabb31 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aabb31 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aabb31 Color CSS Codes

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

#aabb31 Text Font Color

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

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


#aabb31 Background Color

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

This div background color is #aabb31


#aabb31 Border Color

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

This div border color is #aabb31


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aabb31


Comments

No comments written yet.

Please login to write comment.