Color Hex Logo

#60ebfa Color Hex

#60EBFA
(96,235,250)
0 Favorites   0 Comments

Color spaces of #60ebfa

RGB 96235250
HSL0.520.940.68
HSV186°62°98°
CMYK 0.620.060.00   0.02
XYZ51.787568.8056100.9938
Yxy68.80560.23370.3105
Hunter Lab82.9491-33.7184-14.1235
CIE-Lab86.4077-33.0315-18.4830

#60ebfa color RGB value is (96,235,250).

#60ebfa hex color red value is 96, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #60ebfa hue: 0.52 , saturation: 0.94 and the lightness value of 60ebfa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101011 11111010
Octal 140 353 372
Decimal 96 235 250
Hex 60 EB FA

RGB Percentages of Color #60ebfa

%16.52
%40.45
%43.03

CMYK Percentages of Color #60ebfa

%62
%6
%0
%2

Triadic Colors of #60ebfa

#60ebfa #fa60eb #ebfa60

Analogous Colors of #60ebfa

#60ebfa #609efa #60fabc

Monochromatic Colors of #60ebfa

#60ebfa

Complementary Color

#60ebfa #fa6f60

#60ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ebfa Color CSS Codes

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

#60ebfa Text Font Color

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

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


#60ebfa Background Color

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

This div background color is #60ebfa


#60ebfa Border Color

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

This div border color is #60ebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ebfa


Comments

No comments written yet.

Please login to write comment.