Color Hex Logo

#60ecd4 Color Hex

#60ECD4
(96,236,212)
0 Favorites   0 Comments

Color spaces of #60ecd4

RGB 96236212
HSL0.470.790.65
HSV170°59°93°
CMYK 0.590.000.10   0.07
XYZ46.703067.231272.8028
Yxy67.23120.25010.3600
Hunter Lab81.9946-41.81954.7528
CIE-Lab85.6206-43.46660.3201

#60ecd4 color RGB value is (96,236,212).

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

The process color (four color CMYK) of #60ecd4 color hex is 0.59, 0.00, 0.10, 0.07. Web safe color of #60ecd4 is #66ffcc. Color #60ecd4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 11010100
Octal 140 354 324
Decimal 96 236 212
Hex 60 EC D4

RGB Percentages of Color #60ecd4

%17.65
%43.38
%38.97

CMYK Percentages of Color #60ecd4

%59
%0
%10
%7

Triadic Colors of #60ecd4

#60ecd4 #d460ec #ecd460

Analogous Colors of #60ecd4

#60ecd4 #60beec #60ec8e

Monochromatic Colors of #60ecd4

#60ecd4

Complementary Color

#60ecd4 #ec6078

#60ecd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ecd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ecd4 Color CSS Codes

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

#60ecd4 Text Font Color

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

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


#60ecd4 Background Color

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

This div background color is #60ecd4


#60ecd4 Border Color

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

This div border color is #60ecd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ecd4


Comments

No comments written yet.

Please login to write comment.