Color Hex Logo

#60c2de Color Hex

#60C2DE
(96,194,222)
0 Favorites   0 Comments

Color spaces of #60c2de

RGB 96194222
HSL0.540.660.62
HSV193°57°87°
CMYK 0.570.130.00   0.13
XYZ37.300546.344376.0866
Yxy46.34430.23350.2901
Hunter Lab68.0766-21.3306-18.6125
CIE-Lab73.7684-20.8644-22.7055

#60c2de color RGB value is (96,194,222).

#60c2de hex color red value is 96, green value is 194 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #60c2de hue: 0.54 , saturation: 0.66 and the lightness value of 60c2de is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11000010 11011110
Octal 140 302 336
Decimal 96 194 222
Hex 60 C2 DE

RGB Percentages of Color #60c2de

%18.75
%37.89
%43.36

CMYK Percentages of Color #60c2de

%57
%13
%0
%13

Triadic Colors of #60c2de

#60c2de #de60c2 #c2de60

Analogous Colors of #60c2de

#60c2de #6083de #60debb

Monochromatic Colors of #60c2de

#60c2de

Complementary Color

#60c2de #de7c60

#60c2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60c2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#60c2de Color CSS Codes

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

#60c2de Text Font Color

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

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


#60c2de Background Color

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

This div background color is #60c2de


#60c2de Border Color

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

This div border color is #60c2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60c2de


Comments

No comments written yet.

Please login to write comment.