Color Hex Logo

#62bafa Color Hex

#62BAFA
(98,186,250)
0 Favorites   0 Comments

Color spaces of #62bafa

RGB 98186250
HSL0.570.940.68
HSV205°61°98°
CMYK 0.610.260.00   0.02
XYZ39.851244.616696.9540
Yxy44.61660.21970.2459
Hunter Lab66.7957-10.3969-39.3026
CIE-Lab72.6387-7.8343-39.5865

#62bafa color RGB value is (98,186,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10111010 11111010
Octal 142 272 372
Decimal 98 186 250
Hex 62 BA FA

RGB Percentages of Color #62bafa

%18.35
%34.83
%46.82

CMYK Percentages of Color #62bafa

%61
%26
%0
%2

Triadic Colors of #62bafa

#62bafa #fa62ba #bafa62

Analogous Colors of #62bafa

#62bafa #626efa #62faee

Monochromatic Colors of #62bafa

#62bafa

Complementary Color

#62bafa #faa262

#62bafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62bafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62bafa Color CSS Codes

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

#62bafa Text Font Color

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

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


#62bafa Background Color

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

This div background color is #62bafa


#62bafa Border Color

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

This div border color is #62bafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62bafa


Comments

No comments written yet.

Please login to write comment.