Color Hex Logo

#abb932 Color Hex

#ABB932
(171,185,50)
0 Favorites   0 Comments

Color spaces of #abb932

RGB 17118550
HSL0.180.570.46
HSV66°73°73°
CMYK 0.080.000.73   0.27
XYZ34.719343.58619.6007
Yxy43.58610.39500.4958
Hunter Lab66.0198-21.662837.5918
CIE-Lab71.9510-21.677462.6217

#abb932 color RGB value is (171,185,50).

#abb932 hex color red value is 171, green value is 185 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #abb932 hue: 0.18 , saturation: 0.57 and the lightness value of abb932 is 0.46.

The process color (four color CMYK) of #abb932 color hex is 0.08, 0.00, 0.73, 0.27. Web safe color of #abb932 is #99cc33. Color #abb932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111001 00110010
Octal 253 271 62
Decimal 171 185 50
Hex AB B9 32

RGB Percentages of Color #abb932

%42.12
%45.57
%12.32

CMYK Percentages of Color #abb932

%8
%0
%73
%27

Triadic Colors of #abb932

#abb932 #32abb9 #b932ab

Analogous Colors of #abb932

#abb932 #68b932 #b98432

Monochromatic Colors of #abb932

#abb932

Complementary Color

#abb932 #4032b9

#abb932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb932 Color CSS Codes

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

#abb932 Text Font Color

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

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


#abb932 Background Color

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

This div background color is #abb932


#abb932 Border Color

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

This div border color is #abb932


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,185,50, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abb932; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abb932;
  -webkit-box-shadow: 1px 1px 3px 2px #abb932;
  box-shadow:         1px 1px 3px 2px #abb932; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,185,50, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb932


Comments

No comments written yet.

Please login to write comment.