Color Hex Logo

#608cbc Color Hex

#608CBC
(96,140,188)
0 Favorites   0 Comments

Color spaces of #608cbc

RGB 96140188
HSL0.590.410.56
HSV211°49°74°
CMYK 0.490.260.00   0.26
XYZ23.279124.873851.1511
Yxy24.87380.23440.2505
Hunter Lab49.8736-3.9619-25.8971
CIE-Lab56.9523-1.6163-29.6956

#608cbc color RGB value is (96,140,188).

#608cbc hex color red value is 96, green value is 140 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #608cbc hue: 0.59 , saturation: 0.41 and the lightness value of 608cbc is 0.56.

The process color (four color CMYK) of #608cbc color hex is 0.49, 0.26, 0.00, 0.26. Web safe color of #608cbc is #6699cc. Color #608cbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 10111100
Octal 140 214 274
Decimal 96 140 188
Hex 60 8C BC

RGB Percentages of Color #608cbc

%22.64
%33.02
%44.34

CMYK Percentages of Color #608cbc

%49
%26
%0
%26

Triadic Colors of #608cbc

#608cbc #bc608c #8cbc60

Analogous Colors of #608cbc

#608cbc #6260bc #60babc

Monochromatic Colors of #608cbc

#608cbc

Complementary Color

#608cbc #bc9060

#608cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cbc Color CSS Codes

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

#608cbc Text Font Color

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

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


#608cbc Background Color

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

This div background color is #608cbc


#608cbc Border Color

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

This div border color is #608cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cbc


Comments

No comments written yet.

Please login to write comment.