Color Hex Logo

#59978f Color Hex

#59978F
(89,151,143)
0 Favorites   0 Comments

Color spaces of #59978f

RGB 89151143
HSL0.480.260.47
HSV172°41°59°
CMYK 0.410.000.05   0.41
XYZ20.144426.240229.9898
Yxy26.24020.26380.3436
Hunter Lab51.2252-19.44861.1463
CIE-Lab58.2643-21.9958-2.0851

#59978f color RGB value is (89,151,143).

#59978f hex color red value is 89, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #59978f hue: 0.48 , saturation: 0.26 and the lightness value of 59978f is 0.47.

The process color (four color CMYK) of #59978f color hex is 0.41, 0.00, 0.05, 0.41. Web safe color of #59978f is #669999. Color #59978f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011001 10010111 10001111
Octal 131 227 217
Decimal 89 151 143
Hex 59 97 8F

RGB Percentages of Color #59978f

%23.24
%39.43
%37.34

CMYK Percentages of Color #59978f

%41
%0
%5
%41

Triadic Colors of #59978f

#59978f #8f5997 #978f59

Analogous Colors of #59978f

#59978f #598097 #599770

Monochromatic Colors of #59978f

#59978f

Complementary Color

#59978f #975961

#59978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#59978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#59978f Color CSS Codes

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

#59978f Text Font Color

<p style="color:#59978f">Text here</p>

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


#59978f Background Color

<div style="background-color:#59978f">
Div content here</div>

This div background color is #59978f


#59978f Border Color

<div style="border:3px solid #59978f">
Div here</div>

This div border color is #59978f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(89,151,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #59978f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #59978f;
  -webkit-box-shadow: 1px 1px 3px 2px #59978f;
  box-shadow:         1px 1px 3px 2px #59978f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(89,151,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #59978f


Comments

No comments written yet.

Please login to write comment.