Color Hex Logo

#5fa80b Color Hex

#5FA80B
(95,168,11)
0 Favorites   0 Comments

Color spaces of #5fa80b

RGB 9516811
HSL0.240.880.35
HSV88°93°66°
CMYK 0.430.000.93   0.34
XYZ18.782430.46235.2065
Yxy30.46230.34490.5594
Hunter Lab55.1927-35.842533.0418
CIE-Lab62.0511-45.193861.9783

#5fa80b color RGB value is (95,168,11).

#5fa80b hex color red value is 95, green value is 168 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #5fa80b hue: 0.24 , saturation: 0.88 and the lightness value of 5fa80b is 0.35.

The process color (four color CMYK) of #5fa80b color hex is 0.43, 0.00, 0.93, 0.34. Web safe color of #5fa80b is #669900. Color #5fa80b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 00001011
Octal 137 250 13
Decimal 95 168 11
Hex 5F A8 B

RGB Percentages of Color #5fa80b

%34.67
%61.31
%4.01

CMYK Percentages of Color #5fa80b

%43
%0
%93
%34

Triadic Colors of #5fa80b

#5fa80b #0b5fa8 #a80b5f

Analogous Colors of #5fa80b

#5fa80b #11a80b #a8a30b

Monochromatic Colors of #5fa80b

#5fa80b

Complementary Color

#5fa80b #540ba8

#5fa80b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa80b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa80b Color CSS Codes

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

#5fa80b Text Font Color

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

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


#5fa80b Background Color

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

This div background color is #5fa80b


#5fa80b Border Color

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

This div border color is #5fa80b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,168,11, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fa80b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fa80b;
  -webkit-box-shadow: 1px 1px 3px 2px #5fa80b;
  box-shadow:         1px 1px 3px 2px #5fa80b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,168,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 #5fa80b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa80b


Comments

No comments written yet.

Please login to write comment.