Color Hex Logo

#608deb Color Hex

#608DEB
(96,141,235)
0 Favorites   0 Comments

Color spaces of #608deb

RGB 96141235
HSL0.610.780.65
HSV221°59°92°
CMYK 0.590.400.00   0.08
XYZ29.344127.534782.3654
Yxy27.53470.21070.1977
Hunter Lab52.47357.9916-56.3335
CIE-Lab59.466012.6486-52.1183

#608deb color RGB value is (96,141,235).

#608deb hex color red value is 96, green value is 141 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #608deb hue: 0.61 , saturation: 0.78 and the lightness value of 608deb is 0.65.

The process color (four color CMYK) of #608deb color hex is 0.59, 0.40, 0.00, 0.08. Web safe color of #608deb is #6699ff. Color #608deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001101 11101011
Octal 140 215 353
Decimal 96 141 235
Hex 60 8D EB

RGB Percentages of Color #608deb

%20.34
%29.87
%49.79

CMYK Percentages of Color #608deb

%59
%40
%0
%8

Triadic Colors of #608deb

#608deb #eb608d #8deb60

Analogous Colors of #608deb

#608deb #7960eb #60d3eb

Monochromatic Colors of #608deb

#608deb

Complementary Color

#608deb #ebbe60

#608deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608deb Color CSS Codes

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

#608deb Text Font Color

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

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


#608deb Background Color

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

This div background color is #608deb


#608deb Border Color

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

This div border color is #608deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608deb


Comments

No comments written yet.

Please login to write comment.