Color Hex Logo

#60ecf0 Color Hex

#60ECF0
(96,236,240)
1 Favorites   0 Comments

Color spaces of #60ecf0

RGB 96236240
HSL0.500.830.66
HSV182°60°94°
CMYK 0.600.020.00   0.06
XYZ50.547568.769093.0477
Yxy68.76900.23800.3238
Hunter Lab82.9271-36.3192-8.4769
CIE-Lab86.3895-36.2390-13.2586

#60ecf0 color RGB value is (96,236,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 11110000
Octal 140 354 360
Decimal 96 236 240
Hex 60 EC F0

RGB Percentages of Color #60ecf0

%16.78
%41.26
%41.96

CMYK Percentages of Color #60ecf0

%60
%2
%0
%6

Triadic Colors of #60ecf0

#60ecf0 #f060ec #ecf060

Analogous Colors of #60ecf0

#60ecf0 #60a4f0 #60f0ac

Monochromatic Colors of #60ecf0

#60ecf0

Complementary Color

#60ecf0 #f06460

#60ecf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ecf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ecf0 Color CSS Codes

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

#60ecf0 Text Font Color

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

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


#60ecf0 Background Color

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

This div background color is #60ecf0


#60ecf0 Border Color

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

This div border color is #60ecf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ecf0


Comments

No comments written yet.

Please login to write comment.