Color Hex Logo

#60dfcb Color Hex

#60DFCB
(96,223,203)
0 Favorites   0 Comments

Color spaces of #60dfcb

RGB 96223203
HSL0.470.660.63
HSV171°57°87°
CMYK 0.570.000.09   0.13
XYZ41.991059.573965.7857
Yxy59.57390.25090.3560
Hunter Lab77.1841-37.96173.4947
CIE-Lab81.6060-39.9049-0.7917

#60dfcb color RGB value is (96,223,203).

#60dfcb hex color red value is 96, green value is 223 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #60dfcb hue: 0.47 , saturation: 0.66 and the lightness value of 60dfcb is 0.63.

The process color (four color CMYK) of #60dfcb color hex is 0.57, 0.00, 0.09, 0.13. Web safe color of #60dfcb is #66cccc. Color #60dfcb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011111 11001011
Octal 140 337 313
Decimal 96 223 203
Hex 60 DF CB

RGB Percentages of Color #60dfcb

%18.39
%42.72
%38.89

CMYK Percentages of Color #60dfcb

%57
%0
%9
%13

Triadic Colors of #60dfcb

#60dfcb #cb60df #dfcb60

Analogous Colors of #60dfcb

#60dfcb #60b4df #60df8c

Monochromatic Colors of #60dfcb

#60dfcb

Complementary Color

#60dfcb #df6074

#60dfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dfcb Color CSS Codes

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

#60dfcb Text Font Color

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

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


#60dfcb Background Color

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

This div background color is #60dfcb


#60dfcb Border Color

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

This div border color is #60dfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dfcb


Comments

No comments written yet.

Please login to write comment.