Color Hex Logo

#60afcb Color Hex

#60AFCB
(96,175,203)
0 Favorites   0 Comments

Color spaces of #60afcb

RGB 96175203
HSL0.540.510.59
HSV196°53°80°
CMYK 0.530.140.00   0.20
XYZ30.933337.458562.0998
Yxy37.45850.23710.2871
Hunter Lab61.2033-16.8887-17.3161
CIE-Lab67.6196-16.5026-21.6876

#60afcb color RGB value is (96,175,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101111 11001011
Octal 140 257 313
Decimal 96 175 203
Hex 60 AF CB

RGB Percentages of Color #60afcb

%20.25
%36.92
%42.83

CMYK Percentages of Color #60afcb

%53
%14
%0
%20

Triadic Colors of #60afcb

#60afcb #cb60af #afcb60

Analogous Colors of #60afcb

#60afcb #607acb #60cbb2

Monochromatic Colors of #60afcb

#60afcb

Complementary Color

#60afcb #cb7c60

#60afcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60afcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60afcb Color CSS Codes

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

#60afcb Text Font Color

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

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


#60afcb Background Color

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

This div background color is #60afcb


#60afcb Border Color

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

This div border color is #60afcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60afcb


Comments

No comments written yet.

Please login to write comment.