Color Hex Logo

#60ceec Color Hex

#60CEEC
(96,206,236)
0 Favorites   0 Comments

Color spaces of #60ceec

RGB 96206236
HSL0.540.790.65
HSV193°59°93°
CMYK 0.590.130.00   0.07
XYZ42.035552.685587.3107
Yxy52.68550.23090.2894
Hunter Lab72.5848-23.6499-20.5093
CIE-Lab77.6889-22.8864-24.2759

#60ceec color RGB value is (96,206,236).

#60ceec hex color red value is 96, green value is 206 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #60ceec hue: 0.54 , saturation: 0.79 and the lightness value of 60ceec is 0.65.

The process color (four color CMYK) of #60ceec color hex is 0.59, 0.13, 0.00, 0.07. Web safe color of #60ceec is #66ccff. Color #60ceec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11001110 11101100
Octal 140 316 354
Decimal 96 206 236
Hex 60 CE EC

RGB Percentages of Color #60ceec

%17.84
%38.29
%43.87

CMYK Percentages of Color #60ceec

%59
%13
%0
%7

Triadic Colors of #60ceec

#60ceec #ec60ce #ceec60

Analogous Colors of #60ceec

#60ceec #6088ec #60ecc4

Monochromatic Colors of #60ceec

#60ceec

Complementary Color

#60ceec #ec7e60

#60ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ceec Color CSS Codes

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

#60ceec Text Font Color

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

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


#60ceec Background Color

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

This div background color is #60ceec


#60ceec Border Color

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

This div border color is #60ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ceec


Comments

No comments written yet.

Please login to write comment.