Color Hex Logo

#608cce Color Hex

#608CCE
(96,140,206)
0 Favorites   0 Comments

Color spaces of #608cce

RGB 96140206
HSL0.600.530.59
HSV216°53°81°
CMYK 0.530.320.00   0.19
XYZ25.342525.699262.0173
Yxy25.69920.22420.2273
Hunter Lab50.69440.5183-37.0467
CIE-Lab57.75043.9258-38.6300

#608cce color RGB value is (96,140,206).

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

The process color (four color CMYK) of #608cce color hex is 0.53, 0.32, 0.00, 0.19. Web safe color of #608cce is #6699cc. Color #608cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001100 11001110
Octal 140 214 316
Decimal 96 140 206
Hex 60 8C CE

RGB Percentages of Color #608cce

%21.72
%31.67
%46.61

CMYK Percentages of Color #608cce

%53
%32
%0
%19

Triadic Colors of #608cce

#608cce #ce608c #8cce60

Analogous Colors of #608cce

#608cce #6b60ce #60c3ce

Monochromatic Colors of #608cce

#608cce

Complementary Color

#608cce #cea260

#608cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#608cce Color CSS Codes

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

#608cce Text Font Color

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

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


#608cce Background Color

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

This div background color is #608cce


#608cce Border Color

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

This div border color is #608cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608cce


Comments

No comments written yet.

Please login to write comment.