Color Hex Logo

#56968c Color Hex

#56968C
(86,150,140)
0 Favorites   0 Comments

Color spaces of #56968c

RGB 86150140
HSL0.470.270.46
HSV171°43°59°
CMYK 0.430.000.07   0.41
XYZ19.477725.684628.7420
Yxy25.68460.26360.3475
Hunter Lab50.6800-20.08751.8510
CIE-Lab57.7365-23.0461-1.1649

#56968c color RGB value is (86,150,140).

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

The process color (four color CMYK) of #56968c color hex is 0.43, 0.00, 0.07, 0.41. Web safe color of #56968c is #669999. Color #56968c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010110 10010110 10001100
Octal 126 226 214
Decimal 86 150 140
Hex 56 96 8C

RGB Percentages of Color #56968c

%22.87
%39.89
%37.23

CMYK Percentages of Color #56968c

%43
%0
%7
%41

Triadic Colors of #56968c

#56968c #8c5696 #968c56

Analogous Colors of #56968c

#56968c #568096 #56966c

Monochromatic Colors of #56968c

#56968c

Complementary Color

#56968c #965660

#56968c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#56968c Color Preview on White Background

Lorem ipsum dolor sit amet.

#56968c Color CSS Codes

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

#56968c Text Font Color

<p style="color:#56968c">Text here</p>

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


#56968c Background Color

<div style="background-color:#56968c">
Div content here</div>

This div background color is #56968c


#56968c Border Color

<div style="border:3px solid #56968c">
Div here</div>

This div border color is #56968c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(86,150,140, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #56968c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #56968c;
  -webkit-box-shadow: 1px 1px 3px 2px #56968c;
  box-shadow:         1px 1px 3px 2px #56968c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(86,150,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 #56968c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #56968c


Comments

No comments written yet.

Please login to write comment.