Color Hex Logo

#60dafd Color Hex

#60DAFD
(96,218,253)
0 Favorites   0 Comments

Color spaces of #60dafd

RGB 96218253
HSL0.540.980.68
HSV193°62°99°
CMYK 0.620.140.00   0.01
XYZ47.624959.7215101.9458
Yxy59.72150.22760.2853
Hunter Lab77.2797-25.2358-24.1184
CIE-Lab81.6866-23.9305-27.2338

#60dafd color RGB value is (96,218,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11111101
Octal 140 332 375
Decimal 96 218 253
Hex 60 DA FD

RGB Percentages of Color #60dafd

%16.93
%38.45
%44.62

CMYK Percentages of Color #60dafd

%62
%14
%0
%1

Triadic Colors of #60dafd

#60dafd #fd60da #dafd60

Analogous Colors of #60dafd

#60dafd #608cfd #60fdd2

Monochromatic Colors of #60dafd

#60dafd

Complementary Color

#60dafd #fd8360

#60dafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dafd Color CSS Codes

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

#60dafd Text Font Color

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

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


#60dafd Background Color

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

This div background color is #60dafd


#60dafd Border Color

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

This div border color is #60dafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dafd

Related Colors


Comments

No comments written yet.

Please login to write comment.