Color Hex Logo

#62afde Color Hex

#62AFDE
(98,175,222)
0 Favorites   0 Comments

Color spaces of #62afde

RGB 98175222
HSL0.560.650.63
HSV203°56°87°
CMYK 0.560.210.00   0.13
XYZ33.551838.530574.7760
Yxy38.53050.22850.2624
Hunter Lab62.0729-12.1444-27.9725
CIE-Lab68.4098-10.4658-30.9195

#62afde color RGB value is (98,175,222).

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

The process color (four color CMYK) of #62afde color hex is 0.56, 0.21, 0.00, 0.13. Web safe color of #62afde is #6699cc. Color #62afde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101111 11011110
Octal 142 257 336
Decimal 98 175 222
Hex 62 AF DE

RGB Percentages of Color #62afde

%19.80
%35.35
%44.85

CMYK Percentages of Color #62afde

%56
%21
%0
%13

Triadic Colors of #62afde

#62afde #de62af #afde62

Analogous Colors of #62afde

#62afde #6271de #62decf

Monochromatic Colors of #62afde

#62afde

Complementary Color

#62afde #de9162

#62afde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62afde Color Preview on White Background

Lorem ipsum dolor sit amet.

#62afde Color CSS Codes

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

#62afde Text Font Color

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

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


#62afde Background Color

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

This div background color is #62afde


#62afde Border Color

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

This div border color is #62afde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62afde


Comments

No comments written yet.

Please login to write comment.