Color Hex Logo

#608dbc Color Hex

#608DBC
(96,141,188)
0 Favorites   0 Comments

Color spaces of #608dbc

RGB 96141188
HSL0.590.410.56
HSV211°49°74°
CMYK 0.490.250.00   0.26
XYZ23.425825.167451.2001
Yxy25.16740.23470.2522
Hunter Lab50.1671-4.4410-25.3938
CIE-Lab57.2382-2.1929-29.2523

#608dbc color RGB value is (96,141,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 10111100
Octal 140 215 274
Decimal 96 141 188
Hex 60 8D BC

RGB Percentages of Color #608dbc

%22.59
%33.18
%44.24

CMYK Percentages of Color #608dbc

%49
%25
%0
%26

Triadic Colors of #608dbc

#608dbc #bc608d #8dbc60

Analogous Colors of #608dbc

#608dbc #6160bc #60bbbc

Monochromatic Colors of #608dbc

#608dbc

Complementary Color

#608dbc #bc8f60

#608dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608dbc Color CSS Codes

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

#608dbc Text Font Color

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

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


#608dbc Background Color

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

This div background color is #608dbc


#608dbc Border Color

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

This div border color is #608dbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,141,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 #608dbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608dbc


Comments

No comments written yet.

Please login to write comment.