Color Hex Logo

#60bfcf Color Hex

#60BFCF
(96,191,207)
0 Favorites   0 Comments

Color spaces of #60bfcf

RGB 96191207
HSL0.520.540.59
HSV189°54°81°
CMYK 0.540.080.00   0.19
XYZ34.717244.253465.7435
Yxy44.25340.23990.3058
Hunter Lab66.5232-23.2599-12.0288
CIE-Lab72.3975-23.6095-16.6323

#60bfcf color RGB value is (96,191,207).

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

The process color (four color CMYK) of #60bfcf color hex is 0.54, 0.08, 0.00, 0.19. Web safe color of #60bfcf is #66cccc. Color #60bfcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11001111
Octal 140 277 317
Decimal 96 191 207
Hex 60 BF CF

RGB Percentages of Color #60bfcf

%19.43
%38.66
%41.90

CMYK Percentages of Color #60bfcf

%54
%8
%0
%19

Triadic Colors of #60bfcf

#60bfcf #cf60bf #bfcf60

Analogous Colors of #60bfcf

#60bfcf #6088cf #60cfa8

Monochromatic Colors of #60bfcf

#60bfcf

Complementary Color

#60bfcf #cf7060

#60bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfcf Color CSS Codes

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

#60bfcf Text Font Color

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

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


#60bfcf Background Color

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

This div background color is #60bfcf


#60bfcf Border Color

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

This div border color is #60bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfcf


Comments

No comments written yet.

Please login to write comment.