Color Hex Logo

#62afea Color Hex

#62AFEA
(98,175,234)
0 Favorites   0 Comments

Color spaces of #62afea

RGB 98175234
HSL0.570.760.65
HSV206°58°92°
CMYK 0.580.250.00   0.08
XYZ35.218339.197183.5515
Yxy39.19710.22290.2481
Hunter Lab62.6076-9.1527-35.2988
CIE-Lab68.8938-6.7957-36.7341

#62afea color RGB value is (98,175,234).

#62afea hex color red value is 98, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #62afea hue: 0.57 , saturation: 0.76 and the lightness value of 62afea is 0.65.

The process color (four color CMYK) of #62afea color hex is 0.58, 0.25, 0.00, 0.08. Web safe color of #62afea is #6699ff. Color #62afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101111 11101010
Octal 142 257 352
Decimal 98 175 234
Hex 62 AF EA

RGB Percentages of Color #62afea

%19.33
%34.52
%46.15

CMYK Percentages of Color #62afea

%58
%25
%0
%8

Triadic Colors of #62afea

#62afea #ea62af #afea62

Analogous Colors of #62afea

#62afea #626bea #62eae1

Monochromatic Colors of #62afea

#62afea

Complementary Color

#62afea #ea9d62

#62afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#62afea Color CSS Codes

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

#62afea Text Font Color

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

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


#62afea Background Color

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

This div background color is #62afea


#62afea Border Color

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

This div border color is #62afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62afea


Comments

No comments written yet.

Please login to write comment.