Color Hex Logo

#60dafe Color Hex

#60DAFE
(96,218,254)
0 Favorites   0 Comments

Color spaces of #60dafe

RGB 96218254
HSL0.540.990.69
HSV194°62°100°
CMYK 0.620.140.00   0.00
XYZ47.784759.7854102.7871
Yxy59.78540.22720.2842
Hunter Lab77.3210-24.9981-24.6928
CIE-Lab81.7214-23.6370-27.7105

#60dafe color RGB value is (96,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100000 11011010 11111110
Octal 140 332 376
Decimal 96 218 254
Hex 60 DA FE

RGB Percentages of Color #60dafe

%16.90
%38.38
%44.72

CMYK Percentages of Color #60dafe

%62
%14
%0
%0

Triadic Colors of #60dafe

#60dafe #fe60da #dafe60

Analogous Colors of #60dafe

#60dafe #608bfe #60fed3

Monochromatic Colors of #60dafe

#60dafe

Complementary Color

#60dafe #fe8460

#60dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#60dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#60dafe Color CSS Codes

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

#60dafe Text Font Color

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

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


#60dafe Background Color

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

This div background color is #60dafe


#60dafe Border Color

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

This div border color is #60dafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #60dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.