Color Hex Logo

#60dafa Color Hex

#60DAFA
(96,218,250)
0 Favorites   0 Comments

Color spaces of #60dafa

RGB 96218250
HSL0.530.940.68
HSV192°62°98°
CMYK 0.620.130.00   0.02
XYZ47.150659.531799.4482
Yxy59.53170.22870.2888
Hunter Lab77.1568-25.9428-22.4098
CIE-Lab81.5830-24.8067-25.8014

#60dafa color RGB value is (96,218,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11111010
Octal 140 332 372
Decimal 96 218 250
Hex 60 DA FA

RGB Percentages of Color #60dafa

%17.02
%38.65
%44.33

CMYK Percentages of Color #60dafa

%62
%13
%0
%2

Triadic Colors of #60dafa

#60dafa #fa60da #dafa60

Analogous Colors of #60dafa

#60dafa #608dfa #60facd

Monochromatic Colors of #60dafa

#60dafa

Complementary Color

#60dafa #fa8060

#60dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dafa Color CSS Codes

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

#60dafa Text Font Color

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

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


#60dafa Background Color

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

This div background color is #60dafa


#60dafa Border Color

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

This div border color is #60dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dafa


Comments

No comments written yet.

Please login to write comment.