Color Hex Logo

#abb531 Color Hex

#ABB531
(171,181,49)
0 Favorites   0 Comments

Color spaces of #abb531

RGB 17118149
HSL0.180.570.45
HSV65°73°71°
CMYK 0.060.000.73   0.29
XYZ33.872841.92749.2132
Yxy41.92740.39840.4932
Hunter Lab64.7514-19.937836.8898
CIE-Lab70.8208-19.734861.8873

#abb531 color RGB value is (171,181,49).

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

The process color (four color CMYK) of #abb531 color hex is 0.06, 0.00, 0.73, 0.29. Web safe color of #abb531 is #99cc33. Color #abb531 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110101 00110001
Octal 253 265 61
Decimal 171 181 49
Hex AB B5 31

RGB Percentages of Color #abb531

%42.64
%45.14
%12.22

CMYK Percentages of Color #abb531

%6
%0
%73
%29

Triadic Colors of #abb531

#abb531 #31abb5 #b531ab

Analogous Colors of #abb531

#abb531 #69b531 #b57d31

Monochromatic Colors of #abb531

#abb531

Complementary Color

#abb531 #3b31b5

#abb531 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb531 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb531 Color CSS Codes

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

#abb531 Text Font Color

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

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


#abb531 Background Color

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

This div background color is #abb531


#abb531 Border Color

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

This div border color is #abb531


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,181,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 #abb531">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb531


Comments

No comments written yet.

Please login to write comment.