Color Hex Logo

#5f9c8d Color Hex

#5F9C8D
(95,156,141)
0 Favorites   0 Comments

Color spaces of #5f9c8d

RGB 95156141
HSL0.460.240.49
HSV165°39°61°
CMYK 0.390.000.10   0.39
XYZ21.415528.132929.5008
Yxy28.13290.27090.3559
Hunter Lab53.0405-20.75004.1516
CIE-Lab60.0086-23.37151.6334

#5f9c8d color RGB value is (95,156,141).

#5f9c8d hex color red value is 95, green value is 156 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5f9c8d hue: 0.46 , saturation: 0.24 and the lightness value of 5f9c8d is 0.49.

The process color (four color CMYK) of #5f9c8d color hex is 0.39, 0.00, 0.10, 0.39. Web safe color of #5f9c8d is #669999. Color #5f9c8d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10011100 10001101
Octal 137 234 215
Decimal 95 156 141
Hex 5F 9C 8D

RGB Percentages of Color #5f9c8d

%24.23
%39.80
%35.97

CMYK Percentages of Color #5f9c8d

%39
%0
%10
%39

Triadic Colors of #5f9c8d

#5f9c8d #8d5f9c #9c8d5f

Analogous Colors of #5f9c8d

#5f9c8d #5f8d9c #5f9c6f

Monochromatic Colors of #5f9c8d

#5f9c8d

Complementary Color

#5f9c8d #9c5f6e

#5f9c8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f9c8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f9c8d Color CSS Codes

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

#5f9c8d Text Font Color

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

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


#5f9c8d Background Color

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

This div background color is #5f9c8d


#5f9c8d Border Color

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

This div border color is #5f9c8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f9c8d


Comments

No comments written yet.

Please login to write comment.