Color Hex Logo

#5fad0f Color Hex

#5FAD0F
(95,173,15)
0 Favorites   0 Comments

Color spaces of #5fad0f

RGB 9517315
HSL0.250.840.37
HSV90°91°68°
CMYK 0.450.000.91   0.32
XYZ19.749132.35455.6561
Yxy32.35450.34190.5602
Hunter Lab56.8810-37.566533.9211
CIE-Lab63.6348-47.107162.6767

#5fad0f color RGB value is (95,173,15).

#5fad0f hex color red value is 95, green value is 173 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #5fad0f hue: 0.25 , saturation: 0.84 and the lightness value of 5fad0f is 0.37.

The process color (four color CMYK) of #5fad0f color hex is 0.45, 0.00, 0.91, 0.32. Web safe color of #5fad0f is #669900. Color #5fad0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101101 00001111
Octal 137 255 17
Decimal 95 173 15
Hex 5F AD F

RGB Percentages of Color #5fad0f

%33.57
%61.13
%5.30

CMYK Percentages of Color #5fad0f

%45
%0
%91
%32

Triadic Colors of #5fad0f

#5fad0f #0f5fad #ad0f5f

Analogous Colors of #5fad0f

#5fad0f #10ad0f #adac0f

Monochromatic Colors of #5fad0f

#5fad0f

Complementary Color

#5fad0f #5d0fad

#5fad0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fad0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fad0f Color CSS Codes

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

#5fad0f Text Font Color

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

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


#5fad0f Background Color

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

This div background color is #5fad0f


#5fad0f Border Color

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

This div border color is #5fad0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fad0f


Comments

No comments written yet.

Please login to write comment.