Color Hex Logo

#5fa58c Color Hex

#5FA58C
(95,165,140)
0 Favorites   0 Comments

Color spaces of #5fa58c

RGB 95165140
HSL0.440.280.51
HSV159°42°65°
CMYK 0.420.000.15   0.35
XYZ22.908131.236629.6328
Yxy31.23660.27340.3729
Hunter Lab55.8897-24.64337.6872
CIE-Lab62.7069-28.09156.0928

#5fa58c color RGB value is (95,165,140).

#5fa58c hex color red value is 95, green value is 165 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #5fa58c hue: 0.44 , saturation: 0.28 and the lightness value of 5fa58c is 0.51.

The process color (four color CMYK) of #5fa58c color hex is 0.42, 0.00, 0.15, 0.35. Web safe color of #5fa58c is #669999. Color #5fa58c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100101 10001100
Octal 137 245 214
Decimal 95 165 140
Hex 5F A5 8C

RGB Percentages of Color #5fa58c

%23.75
%41.25
%35.00

CMYK Percentages of Color #5fa58c

%42
%0
%15
%35

Triadic Colors of #5fa58c

#5fa58c #8c5fa5 #a58c5f

Analogous Colors of #5fa58c

#5fa58c #5f9ba5 #5fa569

Monochromatic Colors of #5fa58c

#5fa58c

Complementary Color

#5fa58c #a55f78

#5fa58c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa58c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa58c Color CSS Codes

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

#5fa58c Text Font Color

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

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


#5fa58c Background Color

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

This div background color is #5fa58c


#5fa58c Border Color

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

This div border color is #5fa58c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa58c


Comments

No comments written yet.

Please login to write comment.