Color Hex Logo

#62ebfa Color Hex

#62EBFA
(98,235,250)
0 Favorites   0 Comments

Color spaces of #62ebfa

RGB 98235250
HSL0.520.940.68
HSV186°61°98°
CMYK 0.610.060.00   0.02
XYZ52.000768.9155101.0038
Yxy68.91550.23430.3105
Hunter Lab83.0154-33.4647-14.0267
CIE-Lab86.4622-32.7067-18.3955

#62ebfa color RGB value is (98,235,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101011 11111010
Octal 142 353 372
Decimal 98 235 250
Hex 62 EB FA

RGB Percentages of Color #62ebfa

%16.81
%40.31
%42.88

CMYK Percentages of Color #62ebfa

%61
%6
%0
%2

Triadic Colors of #62ebfa

#62ebfa #fa62eb #ebfa62

Analogous Colors of #62ebfa

#62ebfa #629ffa #62fabd

Monochromatic Colors of #62ebfa

#62ebfa

Complementary Color

#62ebfa #fa7162

#62ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62ebfa Color CSS Codes

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

#62ebfa Text Font Color

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

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


#62ebfa Background Color

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

This div background color is #62ebfa


#62ebfa Border Color

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

This div border color is #62ebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62ebfa


Comments

No comments written yet.

Please login to write comment.