Color Hex Logo

#608388 Color Hex

#608388
(96,131,136)
0 Favorites   0 Comments

Color spaces of #608388

RGB 96131136
HSL0.520.170.45
HSV188°29°53°
CMYK 0.290.040.00   0.47
XYZ17.384120.497026.3326
Yxy20.49700.27070.3192
Hunter Lab45.2736-10.6886-2.7935
CIE-Lab52.3945-10.9852-6.6850

#608388 color RGB value is (96,131,136).

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

The process color (four color CMYK) of #608388 color hex is 0.29, 0.04, 0.00, 0.47. Web safe color of #608388 is #669999. Color #608388 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10000011 10001000
Octal 140 203 210
Decimal 96 131 136
Hex 60 83 88

RGB Percentages of Color #608388

%26.45
%36.09
%37.47

CMYK Percentages of Color #608388

%29
%4
%0
%47

Triadic Colors of #608388

#608388 #886083 #838860

Analogous Colors of #608388

#608388 #606f88 #608879

Monochromatic Colors of #608388

#608388

Complementary Color

#608388 #886560

#608388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#608388 Color CSS Codes

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

#608388 Text Font Color

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

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


#608388 Background Color

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

This div background color is #608388


#608388 Border Color

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

This div border color is #608388


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608388


Comments

No comments written yet.

Please login to write comment.