Color Hex Logo

#608acb Color Hex

#608ACB
(96,138,203)
0 Favorites   0 Comments

Color spaces of #608acb

RGB 96138203
HSL0.600.510.59
HSV216°53°80°
CMYK 0.530.320.00   0.20
XYZ24.691824.975660.0193
Yxy24.97560.22510.2277
Hunter Lab49.97560.7355-36.2227
CIE-Lab57.05164.1595-38.0350

#608acb color RGB value is (96,138,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10001010 11001011
Octal 140 212 313
Decimal 96 138 203
Hex 60 8A CB

RGB Percentages of Color #608acb

%21.97
%31.58
%46.45

CMYK Percentages of Color #608acb

%53
%32
%0
%20

Triadic Colors of #608acb

#608acb #cb608a #8acb60

Analogous Colors of #608acb

#608acb #6c60cb #60c0cb

Monochromatic Colors of #608acb

#608acb

Complementary Color

#608acb #cba160

#608acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#608acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#608acb Color CSS Codes

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

#608acb Text Font Color

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

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


#608acb Background Color

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

This div background color is #608acb


#608acb Border Color

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

This div border color is #608acb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #608acb


Comments

No comments written yet.

Please login to write comment.