Color Hex Logo

#62dafe Color Hex

#62DAFE
(98,218,254)
0 Favorites   0 Comments

Color spaces of #62dafe

RGB 98218254
HSL0.540.990.69
HSV194°61°100°
CMYK 0.610.140.00   0.00
XYZ47.997859.8952102.7971
Yxy59.89520.22780.2843
Hunter Lab77.3920-24.7319-24.5785
CIE-Lab81.7812-23.3045-27.6138

#62dafe color RGB value is (98,218,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011010 11111110
Octal 142 332 376
Decimal 98 218 254
Hex 62 DA FE

RGB Percentages of Color #62dafe

%17.19
%38.25
%44.56

CMYK Percentages of Color #62dafe

%61
%14
%0
%0

Triadic Colors of #62dafe

#62dafe #fe62da #dafe62

Analogous Colors of #62dafe

#62dafe #628cfe #62fed4

Monochromatic Colors of #62dafe

#62dafe

Complementary Color

#62dafe #fe8662

#62dafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dafe Color CSS Codes

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

#62dafe Text Font Color

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

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


#62dafe Background Color

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

This div background color is #62dafe


#62dafe Border Color

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

This div border color is #62dafe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,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 #62dafe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dafe

Related Colors


Comments

No comments written yet.

Please login to write comment.