Color Hex Logo

#62dcfa Color Hex

#62DCFA
(98,220,250)
0 Favorites   0 Comments

Color spaces of #62dcfa

RGB 98220250
HSL0.530.940.68
HSV192°61°98°
CMYK 0.610.120.00   0.02
XYZ47.885560.685299.6321
Yxy60.68520.23000.2915
Hunter Lab77.9007-26.6024-21.2992
CIE-Lab82.2092-25.4602-24.8412

#62dcfa color RGB value is (98,220,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011100 11111010
Octal 142 334 372
Decimal 98 220 250
Hex 62 DC FA

RGB Percentages of Color #62dcfa

%17.25
%38.73
%44.01

CMYK Percentages of Color #62dcfa

%61
%12
%0
%2

Triadic Colors of #62dcfa

#62dcfa #fa62dc #dcfa62

Analogous Colors of #62dcfa

#62dcfa #6290fa #62facc

Monochromatic Colors of #62dcfa

#62dcfa

Complementary Color

#62dcfa #fa8062

#62dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62dcfa Color CSS Codes

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

#62dcfa Text Font Color

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

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


#62dcfa Background Color

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

This div background color is #62dcfa


#62dcfa Border Color

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

This div border color is #62dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62dcfa

Related Colors


Comments

No comments written yet.

Please login to write comment.