Color Hex Logo

#abb31f Color Hex

#ABB31F
(171,179,31)
0 Favorites   0 Comments

Color spaces of #abb31f

RGB 17117931
HSL0.180.700.41
HSV63°83°70°
CMYK 0.040.000.83   0.30
XYZ33.162040.99717.4617
Yxy40.99710.40630.5023
Hunter Lab64.0290-19.601737.9108
CIE-Lab70.1739-19.443466.7312

#abb31f color RGB value is (171,179,31).

#abb31f hex color red value is 171, green value is 179 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #abb31f hue: 0.18 , saturation: 0.70 and the lightness value of abb31f is 0.41.

The process color (four color CMYK) of #abb31f color hex is 0.04, 0.00, 0.83, 0.30. Web safe color of #abb31f is #99cc33. Color #abb31f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110011 00011111
Octal 253 263 37
Decimal 171 179 31
Hex AB B3 1F

RGB Percentages of Color #abb31f

%44.88
%46.98
%8.14

CMYK Percentages of Color #abb31f

%4
%0
%83
%30

Triadic Colors of #abb31f

#abb31f #1fabb3 #b31fab

Analogous Colors of #abb31f

#abb31f #61b31f #b3711f

Monochromatic Colors of #abb31f

#abb31f

Complementary Color

#abb31f #271fb3

#abb31f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb31f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb31f Color CSS Codes

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

#abb31f Text Font Color

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

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


#abb31f Background Color

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

This div background color is #abb31f


#abb31f Border Color

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

This div border color is #abb31f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb31f


Comments

No comments written yet.

Please login to write comment.