Color Hex Logo

#60ecef Color Hex

#60ECEF
(96,236,239)
0 Favorites   0 Comments

Color spaces of #60ecef

RGB 96236239
HSL0.500.820.66
HSV181°60°94°
CMYK 0.600.010.00   0.06
XYZ50.399368.709792.2673
Yxy68.70970.23840.3251
Hunter Lab82.8913-36.5288-7.9725
CIE-Lab86.3601-36.5084-12.7773

#60ecef color RGB value is (96,236,239).

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

The process color (four color CMYK) of #60ecef color hex is 0.60, 0.01, 0.00, 0.06. Web safe color of #60ecef is #66ffff. Color #60ecef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 11101111
Octal 140 354 357
Decimal 96 236 239
Hex 60 EC EF

RGB Percentages of Color #60ecef

%16.81
%41.33
%41.86

CMYK Percentages of Color #60ecef

%60
%1
%0
%6

Triadic Colors of #60ecef

#60ecef #ef60ec #ecef60

Analogous Colors of #60ecef

#60ecef #60a5ef #60efab

Monochromatic Colors of #60ecef

#60ecef

Complementary Color

#60ecef #ef6360

#60ecef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ecef Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ecef Color CSS Codes

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

#60ecef Text Font Color

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

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


#60ecef Background Color

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

This div background color is #60ecef


#60ecef Border Color

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

This div border color is #60ecef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ecef


Comments

No comments written yet.

Please login to write comment.