Color Hex Logo

#abb031 Color Hex

#ABB031
(171,176,49)
0 Favorites   0 Comments

Color spaces of #abb031

RGB 17117649
HSL0.170.560.44
HSV62°72°69°
CMYK 0.030.000.72   0.31
XYZ32.874339.93038.8804
Yxy39.93030.40250.4888
Hunter Lab63.1904-17.720135.9010
CIE-Lab69.4199-17.214260.5420

#abb031 color RGB value is (171,176,49).

#abb031 hex color red value is 171, green value is 176 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #abb031 hue: 0.17 , saturation: 0.56 and the lightness value of abb031 is 0.44.

The process color (four color CMYK) of #abb031 color hex is 0.03, 0.00, 0.72, 0.31. Web safe color of #abb031 is #999933. Color #abb031 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110000 00110001
Octal 253 260 61
Decimal 171 176 49
Hex AB B0 31

RGB Percentages of Color #abb031

%43.18
%44.44
%12.37

CMYK Percentages of Color #abb031

%3
%0
%72
%31

Triadic Colors of #abb031

#abb031 #31abb0 #b031ab

Analogous Colors of #abb031

#abb031 #6cb031 #b07631

Monochromatic Colors of #abb031

#abb031

Complementary Color

#abb031 #3631b0

#abb031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb031 Color CSS Codes

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

#abb031 Text Font Color

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

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


#abb031 Background Color

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

This div background color is #abb031


#abb031 Border Color

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

This div border color is #abb031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb031


Comments

No comments written yet.

Please login to write comment.