Color Hex Logo

#60adcc Color Hex

#60ADCC
(96,173,204)
0 Favorites   0 Comments

Color spaces of #60adcc

RGB 96173204
HSL0.550.510.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ30.666536.733662.6007
Yxy36.73360.23590.2826
Hunter Lab60.6083-15.7472-18.8133
CIE-Lab67.0767-15.1541-23.0685

#60adcc color RGB value is (96,173,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101101 11001100
Octal 140 255 314
Decimal 96 173 204
Hex 60 AD CC

RGB Percentages of Color #60adcc

%20.30
%36.58
%43.13

CMYK Percentages of Color #60adcc

%53
%15
%0
%20

Triadic Colors of #60adcc

#60adcc #cc60ad #adcc60

Analogous Colors of #60adcc

#60adcc #6077cc #60ccb5

Monochromatic Colors of #60adcc

#60adcc

Complementary Color

#60adcc #cc7f60

#60adcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60adcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60adcc Color CSS Codes

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

#60adcc Text Font Color

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

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


#60adcc Background Color

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

This div background color is #60adcc


#60adcc Border Color

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

This div border color is #60adcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60adcc


Comments

No comments written yet.

Please login to write comment.