Color Hex Logo

#60adcb Color Hex

#60ADCB
(96,173,203)
0 Favorites   0 Comments

Color spaces of #60adcb

RGB 96173203
HSL0.550.510.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ30.546936.685761.9710
Yxy36.68570.23640.2839
Hunter Lab60.5687-15.9715-18.2646
CIE-Lab67.0406-15.4447-22.5713

#60adcb color RGB value is (96,173,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101101 11001011
Octal 140 255 313
Decimal 96 173 203
Hex 60 AD CB

RGB Percentages of Color #60adcb

%20.34
%36.65
%43.01

CMYK Percentages of Color #60adcb

%53
%15
%0
%20

Triadic Colors of #60adcb

#60adcb #cb60ad #adcb60

Analogous Colors of #60adcb

#60adcb #6078cb #60cbb4

Monochromatic Colors of #60adcb

#60adcb

Complementary Color

#60adcb #cb7e60

#60adcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60adcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60adcb Color CSS Codes

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

#60adcb Text Font Color

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

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


#60adcb Background Color

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

This div background color is #60adcb


#60adcb Border Color

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

This div border color is #60adcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60adcb


Comments

No comments written yet.

Please login to write comment.