Color Hex Logo

#abbf0b Color Hex

#ABBF0B
(171,191,11)
0 Favorites   0 Comments

Color spaces of #abbf0b

RGB 17119111
HSL0.190.890.40
HSV67°94°75°
CMYK 0.100.000.94   0.25
XYZ35.485845.94377.3143
Yxy45.94370.39990.5177
Hunter Lab67.7818-25.168041.0493
CIE-Lab73.5090-25.781873.0239

#abbf0b color RGB value is (171,191,11).

#abbf0b hex color red value is 171, green value is 191 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #abbf0b hue: 0.19 , saturation: 0.89 and the lightness value of abbf0b is 0.40.

The process color (four color CMYK) of #abbf0b color hex is 0.10, 0.00, 0.94, 0.25. Web safe color of #abbf0b is #99cc00. Color #abbf0b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 00001011
Octal 253 277 13
Decimal 171 191 11
Hex AB BF B

RGB Percentages of Color #abbf0b

%45.84
%51.21
%2.95

CMYK Percentages of Color #abbf0b

%10
%0
%94
%25

Triadic Colors of #abbf0b

#abbf0b #0babbf #bf0bab

Analogous Colors of #abbf0b

#abbf0b #51bf0b #bf790b

Monochromatic Colors of #abbf0b

#abbf0b

Complementary Color

#abbf0b #1f0bbf

#abbf0b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf0b Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf0b Color CSS Codes

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

#abbf0b Text Font Color

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

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


#abbf0b Background Color

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

This div background color is #abbf0b


#abbf0b Border Color

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

This div border color is #abbf0b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf0b


Comments

No comments written yet.

Please login to write comment.