Color Hex Logo

#608fcc Color Hex

#608FCC
(96,143,204)
0 Favorites   0 Comments

Color spaces of #608fcc

RGB 96143204
HSL0.590.510.59
HSV214°53°80°
CMYK 0.530.300.00   0.20
XYZ25.545426.491460.8937
Yxy26.49140.22620.2346
Hunter Lab51.4698-1.4793-34.1169
CIE-Lab58.50061.5489-36.3293

#608fcc color RGB value is (96,143,204).

#608fcc hex color red value is 96, green value is 143 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #608fcc hue: 0.59 , saturation: 0.51 and the lightness value of 608fcc is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001111 11001100
Octal 140 217 314
Decimal 96 143 204
Hex 60 8F CC

RGB Percentages of Color #608fcc

%21.67
%32.28
%46.05

CMYK Percentages of Color #608fcc

%53
%30
%0
%20

Triadic Colors of #608fcc

#608fcc #cc608f #8fcc60

Analogous Colors of #608fcc

#608fcc #6760cc #60c5cc

Monochromatic Colors of #608fcc

#608fcc

Complementary Color

#608fcc #cc9d60

#608fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#608fcc Color CSS Codes

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

#608fcc Text Font Color

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

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


#608fcc Background Color

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

This div background color is #608fcc


#608fcc Border Color

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

This div border color is #608fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608fcc


Comments

No comments written yet.

Please login to write comment.