Color Hex Logo

#60c3ce Color Hex

#60C3CE
(96,195,206)
0 Favorites   0 Comments

Color spaces of #60c3ce

RGB 96195206
HSL0.520.530.59
HSV186°53°81°
CMYK 0.530.050.00   0.19
XYZ35.479645.973265.3963
Yxy45.97320.24160.3131
Hunter Lab67.8035-25.2524-9.7225
CIE-Lab73.5281-25.8853-14.3849

#60c3ce color RGB value is (96,195,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11000011 11001110
Octal 140 303 316
Decimal 96 195 206
Hex 60 C3 CE

RGB Percentages of Color #60c3ce

%19.32
%39.24
%41.45

CMYK Percentages of Color #60c3ce

%53
%5
%0
%19

Triadic Colors of #60c3ce

#60c3ce #ce60c3 #c3ce60

Analogous Colors of #60c3ce

#60c3ce #608cce #60cea2

Monochromatic Colors of #60c3ce

#60c3ce

Complementary Color

#60c3ce #ce6b60

#60c3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60c3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#60c3ce Color CSS Codes

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

#60c3ce Text Font Color

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

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


#60c3ce Background Color

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

This div background color is #60c3ce


#60c3ce Border Color

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

This div border color is #60c3ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60c3ce


Comments

No comments written yet.

Please login to write comment.