Color Hex Logo

#abbf0f Color Hex

#ABBF0F
(171,191,15)
0 Favorites   0 Comments

Color spaces of #abbf0f

RGB 17119115
HSL0.190.850.40
HSV67°92°75°
CMYK 0.100.000.92   0.25
XYZ35.511645.95407.4503
Yxy45.95400.39940.5168
Hunter Lab67.7894-25.123840.9364
CIE-Lab73.5157-25.723472.5346

#abbf0f color RGB value is (171,191,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111111 00001111
Octal 253 277 17
Decimal 171 191 15
Hex AB BF F

RGB Percentages of Color #abbf0f

%45.36
%50.66
%3.98

CMYK Percentages of Color #abbf0f

%10
%0
%92
%25

Triadic Colors of #abbf0f

#abbf0f #0fabbf #bf0fab

Analogous Colors of #abbf0f

#abbf0f #53bf0f #bf7b0f

Monochromatic Colors of #abbf0f

#abbf0f

Complementary Color

#abbf0f #230fbf

#abbf0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbf0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbf0f Color CSS Codes

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

#abbf0f Text Font Color

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

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


#abbf0f Background Color

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

This div background color is #abbf0f


#abbf0f Border Color

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

This div border color is #abbf0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbf0f


Comments

No comments written yet.

Please login to write comment.