Color Hex Logo

#60effd Color Hex

#60EFFD
(96,239,253)
0 Favorites   0 Comments

Color spaces of #60effd

RGB 96239253
HSL0.510.980.68
HSV185°62°99°
CMYK 0.620.060.00   0.01
XYZ53.420071.3116103.8775
Yxy71.31160.23370.3119
Hunter Lab84.4462-34.8631-13.8205
CIE-Lab87.6362-34.0798-18.2040

#60effd color RGB value is (96,239,253).

#60effd hex color red value is 96, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #60effd hue: 0.51 , saturation: 0.98 and the lightness value of 60effd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101111 11111101
Octal 140 357 375
Decimal 96 239 253
Hex 60 EF FD

RGB Percentages of Color #60effd

%16.33
%40.65
%43.03

CMYK Percentages of Color #60effd

%62
%6
%0
%1

Triadic Colors of #60effd

#60effd #fd60ef #effd60

Analogous Colors of #60effd

#60effd #60a1fd #60fdbd

Monochromatic Colors of #60effd

#60effd

Complementary Color

#60effd #fd6e60

#60effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60effd Color CSS Codes

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

#60effd Text Font Color

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

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


#60effd Background Color

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

This div background color is #60effd


#60effd Border Color

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

This div border color is #60effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60effd


Comments

No comments written yet.

Please login to write comment.