Color Hex Logo

#60886e Color Hex

#60886E
(96,136,110)
0 Favorites   0 Comments

Color spaces of #60886e

RGB 96136110
HSL0.390.170.45
HSV141°29°53°
CMYK 0.290.000.19   0.47
XYZ16.442521.220917.9813
Yxy21.22090.29550.3814
Hunter Lab46.0661-16.90339.1033
CIE-Lab53.1904-19.63549.5659

#60886e color RGB value is (96,136,110).

#60886e hex color red value is 96, green value is 136 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #60886e hue: 0.39 , saturation: 0.17 and the lightness value of 60886e is 0.45.

The process color (four color CMYK) of #60886e color hex is 0.29, 0.00, 0.19, 0.47. Web safe color of #60886e is #669966. Color #60886e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001000 01101110
Octal 140 210 156
Decimal 96 136 110
Hex 60 88 6E

RGB Percentages of Color #60886e

%28.07
%39.77
%32.16

CMYK Percentages of Color #60886e

%29
%0
%19
%47

Triadic Colors of #60886e

#60886e #6e6088 #886e60

Analogous Colors of #60886e

#60886e #608882 #668860

Monochromatic Colors of #60886e

#60886e

Complementary Color

#60886e #88607a

#60886e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60886e Color Preview on White Background

Lorem ipsum dolor sit amet.

#60886e Color CSS Codes

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

#60886e Text Font Color

<p style="color:#60886e">Text here</p>

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


#60886e Background Color

<div style="background-color:#60886e">
Div content here</div>

This div background color is #60886e


#60886e Border Color

<div style="border:3px solid #60886e">
Div here</div>

This div border color is #60886e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,136,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #60886e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #60886e;
  -webkit-box-shadow: 1px 1px 3px 2px #60886e;
  box-shadow:         1px 1px 3px 2px #60886e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,136,110, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60886e


Comments

No comments written yet.

Please login to write comment.