Color Hex Logo

#60ecff Color Hex

#60ECFF
(96,236,255)
0 Favorites   0 Comments

Color spaces of #60ecff

RGB 96236255
HSL0.521.000.69
HSV187°62°100°
CMYK 0.620.070.00   0.00
XYZ52.869369.6977105.2742
Yxy69.69770.23200.3059
Hunter Lab83.4851-33.0589-16.3247
CIE-Lab86.8484-32.1070-20.4407

#60ecff color RGB value is (96,236,255).

#60ecff hex color red value is 96, green value is 236 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #60ecff hue: 0.52 , saturation: 1.00 and the lightness value of 60ecff is 0.69.

The process color (four color CMYK) of #60ecff color hex is 0.62, 0.07, 0.00, 0.00. Web safe color of #60ecff is #66ffff. Color #60ecff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101100 11111111
Octal 140 354 377
Decimal 96 236 255
Hex 60 EC FF

RGB Percentages of Color #60ecff

%16.35
%40.20
%43.44

CMYK Percentages of Color #60ecff

%62
%7
%0
%0

Triadic Colors of #60ecff

#60ecff #ff60ec #ecff60

Analogous Colors of #60ecff

#60ecff #609dff #60ffc3

Monochromatic Colors of #60ecff

#60ecff

Complementary Color

#60ecff #ff7360

#60ecff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ecff Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ecff Color CSS Codes

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

#60ecff Text Font Color

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

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


#60ecff Background Color

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

This div background color is #60ecff


#60ecff Border Color

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

This div border color is #60ecff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ecff

Related Colors

#60ecff Color Palettes


Comments

No comments written yet.

Please login to write comment.