Color Hex Logo

#60bfcd Color Hex

#60BFCD
(96,191,205)
0 Favorites   0 Comments

Color spaces of #60bfcd

RGB 96191205
HSL0.520.520.59
HSV188°53°80°
CMYK 0.530.070.00   0.20
XYZ34.474144.156264.4636
Yxy44.15620.24090.3086
Hunter Lab66.4501-23.6825-11.0024
CIE-Lab72.3328-24.1665-15.6398

#60bfcd color RGB value is (96,191,205).

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

The process color (four color CMYK) of #60bfcd color hex is 0.53, 0.07, 0.00, 0.20. Web safe color of #60bfcd is #66cccc. Color #60bfcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11001101
Octal 140 277 315
Decimal 96 191 205
Hex 60 BF CD

RGB Percentages of Color #60bfcd

%19.51
%38.82
%41.67

CMYK Percentages of Color #60bfcd

%53
%7
%0
%20

Triadic Colors of #60bfcd

#60bfcd #cd60bf #bfcd60

Analogous Colors of #60bfcd

#60bfcd #6089cd #60cda5

Monochromatic Colors of #60bfcd

#60bfcd

Complementary Color

#60bfcd #cd6e60

#60bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfcd Color CSS Codes

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

#60bfcd Text Font Color

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

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


#60bfcd Background Color

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

This div background color is #60bfcd


#60bfcd Border Color

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

This div border color is #60bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfcd


Comments

No comments written yet.

Please login to write comment.