Color Hex Logo

#60cbbb Color Hex

#60CBBB
(96,203,187)
0 Favorites   0 Comments

Color spaces of #60cbbb

RGB 96203187
HSL0.480.510.59
HSV171°53°80°
CMYK 0.530.000.08   0.20
XYZ35.149448.786554.5779
Yxy48.78650.25380.3522
Hunter Lab69.8473-32.40602.5646
CIE-Lab75.3183-34.7219-1.4272

#60cbbb color RGB value is (96,203,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001011 10111011
Octal 140 313 273
Decimal 96 203 187
Hex 60 CB BB

RGB Percentages of Color #60cbbb

%19.75
%41.77
%38.48

CMYK Percentages of Color #60cbbb

%53
%0
%8
%20

Triadic Colors of #60cbbb

#60cbbb #bb60cb #cbbb60

Analogous Colors of #60cbbb

#60cbbb #60a6cb #60cb86

Monochromatic Colors of #60cbbb

#60cbbb

Complementary Color

#60cbbb #cb6070

#60cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cbbb Color CSS Codes

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

#60cbbb Text Font Color

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

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


#60cbbb Background Color

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

This div background color is #60cbbb


#60cbbb Border Color

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

This div border color is #60cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cbbb


Comments

No comments written yet.

Please login to write comment.