Color Hex Logo

#60edec Color Hex

#60EDEC
(96,237,236)
0 Favorites   0 Comments

Color spaces of #60edec

RGB 96237236
HSL0.500.800.65
HSV180°59°93°
CMYK 0.590.000.00   0.07
XYZ50.248469.111390.0483
Yxy69.11130.24000.3300
Hunter Lab83.1332-37.5919-6.0286
CIE-Lab86.5591-37.7706-10.9045

#60edec color RGB value is (96,237,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101101 11101100
Octal 140 355 354
Decimal 96 237 236
Hex 60 ED EC

RGB Percentages of Color #60edec

%16.87
%41.65
%41.48

CMYK Percentages of Color #60edec

%59
%0
%0
%7

Triadic Colors of #60edec

#60edec #ec60ed #edec60

Analogous Colors of #60edec

#60edec #60a8ed #60eda6

Monochromatic Colors of #60edec

#60edec

Complementary Color

#60edec #ed6061

#60edec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60edec Color Preview on White Background

Lorem ipsum dolor sit amet.

#60edec Color CSS Codes

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

#60edec Text Font Color

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

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


#60edec Background Color

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

This div background color is #60edec


#60edec Border Color

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

This div border color is #60edec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60edec


Comments

No comments written yet.

Please login to write comment.