Color Hex Logo

#60accb Color Hex

#60ACCB
(96,172,203)
0 Favorites   0 Comments

Color spaces of #60accb

RGB 96172203
HSL0.550.510.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ30.355936.303661.9073
Yxy36.30360.23610.2824
Hunter Lab60.2525-15.5114-18.7417
CIE-Lab66.7512-14.9130-23.0133

#60accb color RGB value is (96,172,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101100 11001011
Octal 140 254 313
Decimal 96 172 203
Hex 60 AC CB

RGB Percentages of Color #60accb

%20.38
%36.52
%43.10

CMYK Percentages of Color #60accb

%53
%15
%0
%20

Triadic Colors of #60accb

#60accb #cb60ac #accb60

Analogous Colors of #60accb

#60accb #6077cb #60cbb5

Monochromatic Colors of #60accb

#60accb

Complementary Color

#60accb #cb7f60

#60accb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60accb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60accb Color CSS Codes

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

#60accb Text Font Color

<p style="color:#60accb">Text here</p>

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


#60accb Background Color

<div style="background-color:#60accb">
Div content here</div>

This div background color is #60accb


#60accb Border Color

<div style="border:3px solid #60accb">
Div here</div>

This div border color is #60accb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,172,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 #60accb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60accb


Comments

No comments written yet.

Please login to write comment.