Color Hex Logo

#608c83 Color Hex

#608C83
(96,140,131)
0 Favorites   0 Comments

Color spaces of #608c83

RGB 96140131
HSL0.470.190.46
HSV168°31°55°
CMYK 0.310.000.06   0.45
XYZ18.298722.881724.9249
Yxy22.88170.27680.3461
Hunter Lab47.8348-15.42772.5906
CIE-Lab54.9503-17.1087-0.0174

#608c83 color RGB value is (96,140,131).

#608c83 hex color red value is 96, green value is 140 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #608c83 hue: 0.47 , saturation: 0.19 and the lightness value of 608c83 is 0.46.

The process color (four color CMYK) of #608c83 color hex is 0.31, 0.00, 0.06, 0.45. Web safe color of #608c83 is #669999. Color #608c83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 10000011
Octal 140 214 203
Decimal 96 140 131
Hex 60 8C 83

RGB Percentages of Color #608c83

%26.16
%38.15
%35.69

CMYK Percentages of Color #608c83

%31
%0
%6
%45

Triadic Colors of #608c83

#608c83 #83608c #8c8360

Analogous Colors of #608c83

#608c83 #607f8c #608c6d

Monochromatic Colors of #608c83

#608c83

Complementary Color

#608c83 #8c6069

#608c83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608c83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608c83 Color CSS Codes

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

#608c83 Text Font Color

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

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


#608c83 Background Color

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

This div background color is #608c83


#608c83 Border Color

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

This div border color is #608c83


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(96,140,131, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #608c83; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #608c83;
  -webkit-box-shadow: 1px 1px 3px 2px #608c83;
  box-shadow:         1px 1px 3px 2px #608c83; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608c83

#608c83 Color Palettes


Comments

No comments written yet.

Please login to write comment.