Color Hex Logo

#608785 Color Hex

#608785
(96,135,133)
0 Favorites   0 Comments

Color spaces of #608785

RGB 96135133
HSL0.490.170.45
HSV177°29°53°
CMYK 0.290.000.01   0.47
XYZ17.721521.508225.4078
Yxy21.50820.27420.3328
Hunter Lab46.3769-12.9514-0.0184
CIE-Lab53.5013-13.9311-3.3007

#608785 color RGB value is (96,135,133).

#608785 hex color red value is 96, green value is 135 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #608785 hue: 0.49 , saturation: 0.17 and the lightness value of 608785 is 0.45.

The process color (four color CMYK) of #608785 color hex is 0.29, 0.00, 0.01, 0.47. Web safe color of #608785 is #669999. Color #608785 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000111 10000101
Octal 140 207 205
Decimal 96 135 133
Hex 60 87 85

RGB Percentages of Color #608785

%26.37
%37.09
%36.54

CMYK Percentages of Color #608785

%29
%0
%1
%47

Triadic Colors of #608785

#608785 #856087 #878560

Analogous Colors of #608785

#608785 #607687 #608772

Monochromatic Colors of #608785

#608785

Complementary Color

#608785 #876062

#608785 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608785 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608785 Color CSS Codes

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

#608785 Text Font Color

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

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


#608785 Background Color

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

This div background color is #608785


#608785 Border Color

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

This div border color is #608785


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,135,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608785; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608785;
  -webkit-box-shadow: 1px 1px 3px 2px #608785;
  box-shadow:         1px 1px 3px 2px #608785; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608785


Comments

No comments written yet.

Please login to write comment.