Color Hex Logo

#62eafb Color Hex

#62EAFB
(98,234,251)
0 Favorites   0 Comments

Color spaces of #62eafb

RGB 98234251
HSL0.520.950.68
HSV187°61°98°
CMYK 0.610.070.00   0.02
XYZ51.872468.4073101.7368
Yxy68.40730.23360.3081
Hunter Lab82.7087-32.7904-15.0343
CIE-Lab86.2097-31.9550-19.3015

#62eafb color RGB value is (98,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101010 11111011
Octal 142 352 373
Decimal 98 234 251
Hex 62 EA FB

RGB Percentages of Color #62eafb

%16.81
%40.14
%43.05

CMYK Percentages of Color #62eafb

%61
%7
%0
%2

Triadic Colors of #62eafb

#62eafb #fb62ea #eafb62

Analogous Colors of #62eafb

#62eafb #629efb #62fbc0

Monochromatic Colors of #62eafb

#62eafb

Complementary Color

#62eafb #fb7362

#62eafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62eafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#62eafb Color CSS Codes

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

#62eafb Text Font Color

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

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


#62eafb Background Color

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

This div background color is #62eafb


#62eafb Border Color

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

This div border color is #62eafb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(98,234,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62eafb


Comments

No comments written yet.

Please login to write comment.