Color Hex Logo

#608cbd Color Hex

#608CBD
(96,140,189)
0 Favorites   0 Comments

Color spaces of #608cbd

RGB 96140189
HSL0.590.410.56
HSV212°49°74°
CMYK 0.490.260.00   0.26
XYZ23.387324.917151.7210
Yxy24.91710.23380.2491
Hunter Lab49.9170-3.7234-26.4908
CIE-Lab56.9946-1.3148-30.1980

#608cbd color RGB value is (96,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 10111101
Octal 140 214 275
Decimal 96 140 189
Hex 60 8C BD

RGB Percentages of Color #608cbd

%22.59
%32.94
%44.47

CMYK Percentages of Color #608cbd

%49
%26
%0
%26

Triadic Colors of #608cbd

#608cbd #bd608c #8cbd60

Analogous Colors of #608cbd

#608cbd #6360bd #60bbbd

Monochromatic Colors of #608cbd

#608cbd

Complementary Color

#608cbd #bd9160

#608cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cbd Color CSS Codes

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

#608cbd Text Font Color

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

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


#608cbd Background Color

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

This div background color is #608cbd


#608cbd Border Color

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

This div border color is #608cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cbd


Comments

No comments written yet.

Please login to write comment.