Color Hex Logo

#60bfcc Color Hex

#60BFCC
(96,191,204)
0 Favorites   0 Comments

Color spaces of #60bfcc

RGB 96191204
HSL0.520.510.59
HSV187°53°80°
CMYK 0.530.060.00   0.20
XYZ34.353844.108063.8298
Yxy44.10800.24140.3100
Hunter Lab66.4139-23.8918-10.4934
CIE-Lab72.3006-24.4431-15.1430

#60bfcc color RGB value is (96,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 10111111 11001100
Octal 140 277 314
Decimal 96 191 204
Hex 60 BF CC

RGB Percentages of Color #60bfcc

%19.55
%38.90
%41.55

CMYK Percentages of Color #60bfcc

%53
%6
%0
%20

Triadic Colors of #60bfcc

#60bfcc #cc60bf #bfcc60

Analogous Colors of #60bfcc

#60bfcc #6089cc #60cca3

Monochromatic Colors of #60bfcc

#60bfcc

Complementary Color

#60bfcc #cc6d60

#60bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60bfcc Color CSS Codes

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

#60bfcc Text Font Color

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

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


#60bfcc Background Color

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

This div background color is #60bfcc


#60bfcc Border Color

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

This div border color is #60bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60bfcc


Comments

No comments written yet.

Please login to write comment.