Color Hex Logo

#56978b Color Hex

#56978B
(86,151,139)
0 Favorites   0 Comments

Color spaces of #56978b

RGB 86151139
HSL0.470.270.46
HSV169°43°59°
CMYK 0.430.000.08   0.41
XYZ19.564625.975728.4088
Yxy25.97570.26460.3513
Hunter Lab50.9664-20.66982.6280
CIE-Lab58.0140-23.8046-0.1887

#56978b color RGB value is (86,151,139).

#56978b hex color red value is 86, green value is 151 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #56978b hue: 0.47 , saturation: 0.27 and the lightness value of 56978b is 0.46.

The process color (four color CMYK) of #56978b color hex is 0.43, 0.00, 0.08, 0.41. Web safe color of #56978b is #669999. Color #56978b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010111 10001011
Octal 126 227 213
Decimal 86 151 139
Hex 56 97 8B

RGB Percentages of Color #56978b

%22.87
%40.16
%36.97

CMYK Percentages of Color #56978b

%43
%0
%8
%41

Triadic Colors of #56978b

#56978b #8b5697 #978b56

Analogous Colors of #56978b

#56978b #568397 #56976b

Monochromatic Colors of #56978b

#56978b

Complementary Color

#56978b #975662

#56978b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56978b Color Preview on White Background

Lorem ipsum dolor sit amet.

#56978b Color CSS Codes

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

#56978b Text Font Color

<p style="color:#56978b">Text here</p>

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


#56978b Background Color

<div style="background-color:#56978b">
Div content here</div>

This div background color is #56978b


#56978b Border Color

<div style="border:3px solid #56978b">
Div here</div>

This div border color is #56978b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,151,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56978b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56978b;
  -webkit-box-shadow: 1px 1px 3px 2px #56978b;
  box-shadow:         1px 1px 3px 2px #56978b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56978b


Comments

No comments written yet.

Please login to write comment.