Color Hex Logo

#60afcd Color Hex

#60AFCD
(96,175,205)
0 Favorites   0 Comments

Color spaces of #60afcd

RGB 96175205
HSL0.550.520.59
HSV197°53°80°
CMYK 0.530.150.00   0.20
XYZ31.173337.554563.3633
Yxy37.55450.23600.2843
Hunter Lab61.2817-16.4422-18.4067
CIE-Lab67.6910-15.9231-22.6819

#60afcd color RGB value is (96,175,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10101111 11001101
Octal 140 257 315
Decimal 96 175 205
Hex 60 AF CD

RGB Percentages of Color #60afcd

%20.17
%36.76
%43.07

CMYK Percentages of Color #60afcd

%53
%15
%0
%20

Triadic Colors of #60afcd

#60afcd #cd60af #afcd60

Analogous Colors of #60afcd

#60afcd #6079cd #60cdb5

Monochromatic Colors of #60afcd

#60afcd

Complementary Color

#60afcd #cd7e60

#60afcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60afcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60afcd Color CSS Codes

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

#60afcd Text Font Color

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

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


#60afcd Background Color

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

This div background color is #60afcd


#60afcd Border Color

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

This div border color is #60afcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60afcd


Comments

No comments written yet.

Please login to write comment.