Color Hex Logo

#abb61f Color Hex

#ABB61F
(171,182,31)
0 Favorites   0 Comments

Color spaces of #abb61f

RGB 17118231
HSL0.180.710.42
HSV64°83°71°
CMYK 0.060.000.83   0.29
XYZ33.769942.21287.6643
Yxy42.21280.40370.5047
Hunter Lab64.9714-20.921738.4859
CIE-Lab71.0174-20.941467.4514

#abb61f color RGB value is (171,182,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110110 00011111
Octal 253 266 37
Decimal 171 182 31
Hex AB B6 1F

RGB Percentages of Color #abb61f

%44.53
%47.40
%8.07

CMYK Percentages of Color #abb61f

%6
%0
%83
%29

Triadic Colors of #abb61f

#abb61f #1fabb6 #b61fab

Analogous Colors of #abb61f

#abb61f #5fb61f #b6761f

Monochromatic Colors of #abb61f

#abb61f

Complementary Color

#abb61f #2a1fb6

#abb61f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb61f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb61f Color CSS Codes

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

#abb61f Text Font Color

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

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


#abb61f Background Color

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

This div background color is #abb61f


#abb61f Border Color

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

This div border color is #abb61f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb61f


Comments

No comments written yet.

Please login to write comment.