Color Hex Logo

#608ced Color Hex

#608CED
(96,140,237)
0 Favorites   0 Comments

Color spaces of #608ced

RGB 96140237
HSL0.610.800.65
HSV221°59°93°
CMYK 0.590.410.00   0.07
XYZ29.488027.357483.8471
Yxy27.35740.20960.1944
Hunter Lab52.30439.1018-58.4326
CIE-Lab59.303713.8998-53.4844

#608ced color RGB value is (96,140,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11101101
Octal 140 214 355
Decimal 96 140 237
Hex 60 8C ED

RGB Percentages of Color #608ced

%20.30
%29.60
%50.11

CMYK Percentages of Color #608ced

%59
%41
%0
%7

Triadic Colors of #608ced

#608ced #ed608c #8ced60

Analogous Colors of #608ced

#608ced #7b60ed #60d3ed

Monochromatic Colors of #608ced

#608ced

Complementary Color

#608ced #edc160

#608ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#608ced Color CSS Codes

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

#608ced Text Font Color

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

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


#608ced Background Color

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

This div background color is #608ced


#608ced Border Color

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

This div border color is #608ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608ced


Comments

No comments written yet.

Please login to write comment.