Color Hex Logo

#60cacf Color Hex

#60CACF
(96,202,207)
0 Favorites   0 Comments

Color spaces of #60cacf

RGB 96202207
HSL0.510.540.59
HSV183°54°81°
CMYK 0.540.020.00   0.19
XYZ37.206949.232866.5734
Yxy49.23280.24320.3218
Hunter Lab70.1661-28.1376-7.1379
CIE-Lab75.5959-29.0482-11.8262

#60cacf color RGB value is (96,202,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001010 11001111
Octal 140 312 317
Decimal 96 202 207
Hex 60 CA CF

RGB Percentages of Color #60cacf

%19.01
%40.00
%40.99

CMYK Percentages of Color #60cacf

%54
%2
%0
%19

Triadic Colors of #60cacf

#60cacf #cf60ca #cacf60

Analogous Colors of #60cacf

#60cacf #6093cf #60cf9d

Monochromatic Colors of #60cacf

#60cacf

Complementary Color

#60cacf #cf6560

#60cacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60cacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#60cacf Color CSS Codes

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

#60cacf Text Font Color

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

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


#60cacf Background Color

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

This div background color is #60cacf


#60cacf Border Color

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

This div border color is #60cacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60cacf


Comments

No comments written yet.

Please login to write comment.