Color Hex Logo

#62affa Color Hex

#62AFFA
(98,175,250)
0 Favorites   0 Comments

Color spaces of #62affa

RGB 98175250
HSL0.580.940.68
HSV210°61°98°
CMYK 0.610.300.00   0.02
XYZ37.622340.158796.2110
Yxy40.15870.21620.2308
Hunter Lab63.3709-4.9264-45.6557
CIE-Lab69.5824-1.7717-44.3632

#62affa color RGB value is (98,175,250).

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

The process color (four color CMYK) of #62affa color hex is 0.61, 0.30, 0.00, 0.02. Web safe color of #62affa is #6699ff. Color #62affa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101111 11111010
Octal 142 257 372
Decimal 98 175 250
Hex 62 AF FA

RGB Percentages of Color #62affa

%18.74
%33.46
%47.80

CMYK Percentages of Color #62affa

%61
%30
%0
%2

Triadic Colors of #62affa

#62affa #fa62af #affa62

Analogous Colors of #62affa

#62affa #6263fa #62faf9

Monochromatic Colors of #62affa

#62affa

Complementary Color

#62affa #faad62

#62affa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62affa Color Preview on White Background

Lorem ipsum dolor sit amet.

#62affa Color CSS Codes

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

#62affa Text Font Color

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

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


#62affa Background Color

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

This div background color is #62affa


#62affa Border Color

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

This div border color is #62affa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62affa


Comments

No comments written yet.

Please login to write comment.