Color Hex Logo

#5fa96f Color Hex

#5FA96F
(95,169,111)
0 Favorites   0 Comments

Color spaces of #5fa96f

RGB 95169111
HSL0.370.300.52
HSV133°44°66°
CMYK 0.440.000.34   0.34
XYZ21.776531.956520.0594
Yxy31.95650.29510.4331
Hunter Lab56.5301-30.165918.5323
CIE-Lab63.3069-35.888222.9342

#5fa96f color RGB value is (95,169,111).

#5fa96f hex color red value is 95, green value is 169 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #5fa96f hue: 0.37 , saturation: 0.30 and the lightness value of 5fa96f is 0.52.

The process color (four color CMYK) of #5fa96f color hex is 0.44, 0.00, 0.34, 0.34. Web safe color of #5fa96f is #669966. Color #5fa96f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101001 01101111
Octal 137 251 157
Decimal 95 169 111
Hex 5F A9 6F

RGB Percentages of Color #5fa96f

%25.33
%45.07
%29.60

CMYK Percentages of Color #5fa96f

%44
%0
%34
%34

Triadic Colors of #5fa96f

#5fa96f #6f5fa9 #a96f5f

Analogous Colors of #5fa96f

#5fa96f #5fa994 #74a95f

Monochromatic Colors of #5fa96f

#5fa96f

Complementary Color

#5fa96f #a95f99

#5fa96f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa96f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa96f Color CSS Codes

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

#5fa96f Text Font Color

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

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


#5fa96f Background Color

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

This div background color is #5fa96f


#5fa96f Border Color

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

This div border color is #5fa96f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa96f


Comments

No comments written yet.

Please login to write comment.