Color Hex Logo

#abb11f Color Hex

#ABB11F
(171,177,31)
0 Favorites   0 Comments

Color spaces of #abb11f

RGB 17117731
HSL0.170.700.41
HSV62°82°69°
CMYK 0.030.000.82   0.31
XYZ32.764040.20117.3291
Yxy40.20110.40800.5007
Hunter Lab63.4043-18.718337.5295
CIE-Lab69.6125-18.437666.2511

#abb11f color RGB value is (171,177,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10110001 00011111
Octal 253 261 37
Decimal 171 177 31
Hex AB B1 1F

RGB Percentages of Color #abb11f

%45.12
%46.70
%8.18

CMYK Percentages of Color #abb11f

%3
%0
%82
%31

Triadic Colors of #abb11f

#abb11f #1fabb1 #b11fab

Analogous Colors of #abb11f

#abb11f #62b11f #b16e1f

Monochromatic Colors of #abb11f

#abb11f

Complementary Color

#abb11f #251fb1

#abb11f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abb11f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abb11f Color CSS Codes

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

#abb11f Text Font Color

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

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


#abb11f Background Color

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

This div background color is #abb11f


#abb11f Border Color

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

This div border color is #abb11f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abb11f


Comments

No comments written yet.

Please login to write comment.