Color Hex Logo

#5f978d Color Hex

#5F978D
(95,151,141)
0 Favorites   0 Comments

Color spaces of #5f978d

RGB 95151141
HSL0.470.230.48
HSV169°37°59°
CMYK 0.370.000.07   0.41
XYZ20.593626.489229.2268
Yxy26.48920.26990.3471
Hunter Lab51.4677-18.64572.3585
CIE-Lab58.4985-20.8055-0.5684

#5f978d color RGB value is (95,151,141).

#5f978d hex color red value is 95, green value is 151 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #5f978d hue: 0.47 , saturation: 0.23 and the lightness value of 5f978d is 0.48.

The process color (four color CMYK) of #5f978d color hex is 0.37, 0.00, 0.07, 0.41. Web safe color of #5f978d is #669999. Color #5f978d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10010111 10001101
Octal 137 227 215
Decimal 95 151 141
Hex 5F 97 8D

RGB Percentages of Color #5f978d

%24.55
%39.02
%36.43

CMYK Percentages of Color #5f978d

%37
%0
%7
%41

Triadic Colors of #5f978d

#5f978d #8d5f97 #978d5f

Analogous Colors of #5f978d

#5f978d #5f8597 #5f9771

Monochromatic Colors of #5f978d

#5f978d

Complementary Color

#5f978d #975f69

#5f978d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5f978d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5f978d Color CSS Codes

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

#5f978d Text Font Color

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

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


#5f978d Background Color

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

This div background color is #5f978d


#5f978d Border Color

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

This div border color is #5f978d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5f978d


Comments

No comments written yet.

Please login to write comment.