Color Hex Logo

#60ebfd Color Hex

#60EBFD
(96,235,253)
0 Favorites   0 Comments

Color spaces of #60ebfd

RGB 96235253
HSL0.520.980.68
HSV187°62°99°
CMYK 0.620.070.00   0.01
XYZ52.261868.9953103.4914
Yxy68.99530.23250.3070
Hunter Lab83.0634-33.0524-15.7270
CIE-Lab86.5017-32.1938-19.9157

#60ebfd color RGB value is (96,235,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11101011 11111101
Octal 140 353 375
Decimal 96 235 253
Hex 60 EB FD

RGB Percentages of Color #60ebfd

%16.44
%40.24
%43.32

CMYK Percentages of Color #60ebfd

%62
%7
%0
%1

Triadic Colors of #60ebfd

#60ebfd #fd60eb #ebfd60

Analogous Colors of #60ebfd

#60ebfd #609dfd #60fdc1

Monochromatic Colors of #60ebfd

#60ebfd

Complementary Color

#60ebfd #fd7260

#60ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60ebfd Color CSS Codes

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

#60ebfd Text Font Color

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

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


#60ebfd Background Color

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

This div background color is #60ebfd


#60ebfd Border Color

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

This div border color is #60ebfd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(96,235,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 #60ebfd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60ebfd


Comments

No comments written yet.

Please login to write comment.