Color Hex Logo

#60eceb Color Hex

#60ECEB
(96,236,235)
0 Favorites   0 Comments

Color spaces of #60eceb

RGB 96236235
HSL0.500.790.65
HSV180°59°93°
CMYK 0.590.000.00   0.07
XYZ49.814768.475989.1889
Yxy68.47590.24010.3300
Hunter Lab82.7502-37.3577-5.9782
CIE-Lab86.2439-37.5782-10.8490

#60eceb color RGB value is (96,236,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 11101011
Octal 140 354 353
Decimal 96 236 235
Hex 60 EC EB

RGB Percentages of Color #60eceb

%16.93
%41.62
%41.45

CMYK Percentages of Color #60eceb

%59
%0
%0
%7

Triadic Colors of #60eceb

#60eceb #eb60ec #eceb60

Analogous Colors of #60eceb

#60eceb #60a7ec #60eca5

Monochromatic Colors of #60eceb

#60eceb

Complementary Color

#60eceb #ec6061

#60eceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60eceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#60eceb Color CSS Codes

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

#60eceb Text Font Color

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

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


#60eceb Background Color

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

This div background color is #60eceb


#60eceb Border Color

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

This div border color is #60eceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60eceb


Comments

No comments written yet.

Please login to write comment.