Color Hex Logo

#5fa011 Color Hex

#5FA011
(95,160,17)
0 Favorites   0 Comments

Color spaces of #5fa011

RGB 9516017
HSL0.240.810.35
HSV87°89°63°
CMYK 0.410.000.89   0.37
XYZ17.391327.61504.9439
Yxy27.61500.34820.5529
Hunter Lab52.5500-32.888331.2070
CIE-Lab59.5393-41.742458.8892

#5fa011 color RGB value is (95,160,17).

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

The process color (four color CMYK) of #5fa011 color hex is 0.41, 0.00, 0.89, 0.37. Web safe color of #5fa011 is #669900. Color #5fa011 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100000 00010001
Octal 137 240 21
Decimal 95 160 17
Hex 5F A0 11

RGB Percentages of Color #5fa011

%34.93
%58.82
%6.25

CMYK Percentages of Color #5fa011

%41
%0
%89
%37

Triadic Colors of #5fa011

#5fa011 #115fa0 #a0115f

Analogous Colors of #5fa011

#5fa011 #17a011 #a09a11

Monochromatic Colors of #5fa011

#5fa011

Complementary Color

#5fa011 #5211a0

#5fa011 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa011 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa011 Color CSS Codes

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

#5fa011 Text Font Color

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

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


#5fa011 Background Color

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

This div background color is #5fa011


#5fa011 Border Color

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

This div border color is #5fa011


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,160,17, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa011


Comments

No comments written yet.

Please login to write comment.