Color Hex Logo

#60cfcc Color Hex

#60CFCC
(96,207,204)
0 Favorites   0 Comments

Color spaces of #60cfcc

RGB 96207204
HSL0.500.540.59
HSV178°54°81°
CMYK 0.540.000.01   0.19
XYZ38.035851.472165.0571
Yxy51.47210.24610.3330
Hunter Lab71.7441-30.9186-3.5430
CIE-Lab76.9641-32.2493-8.1686

#60cfcc color RGB value is (96,207,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001111 11001100
Octal 140 317 314
Decimal 96 207 204
Hex 60 CF CC

RGB Percentages of Color #60cfcc

%18.93
%40.83
%40.24

CMYK Percentages of Color #60cfcc

%54
%0
%1
%19

Triadic Colors of #60cfcc

#60cfcc #cc60cf #cfcc60

Analogous Colors of #60cfcc

#60cfcc #609bcf #60cf95

Monochromatic Colors of #60cfcc

#60cfcc

Complementary Color

#60cfcc #cf6063

#60cfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cfcc Color CSS Codes

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

#60cfcc Text Font Color

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

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


#60cfcc Background Color

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

This div background color is #60cfcc


#60cfcc Border Color

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

This div border color is #60cfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cfcc


Comments

No comments written yet.

Please login to write comment.