Color Hex Logo

#62adfd Color Hex

#62ADFD
(98,173,253)
0 Favorites   0 Comments

Color spaces of #62adfd

RGB 98173253
HSL0.590.970.69
HSV211°61°99°
CMYK 0.610.320.00   0.01
XYZ37.710239.575798.5798
Yxy39.57570.21440.2250
Hunter Lab62.9092-3.0914-48.8720
CIE-Lab69.16620.3078-46.6431

#62adfd color RGB value is (98,173,253).

#62adfd hex color red value is 98, green value is 173 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #62adfd hue: 0.59 , saturation: 0.97 and the lightness value of 62adfd is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 10101101 11111101
Octal 142 255 375
Decimal 98 173 253
Hex 62 AD FD

RGB Percentages of Color #62adfd

%18.70
%33.02
%48.28

CMYK Percentages of Color #62adfd

%61
%32
%0
%1

Triadic Colors of #62adfd

#62adfd #fd62ad #adfd62

Analogous Colors of #62adfd

#62adfd #6562fd #62fbfd

Monochromatic Colors of #62adfd

#62adfd

Complementary Color

#62adfd #fdb262

#62adfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62adfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62adfd Color CSS Codes

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

#62adfd Text Font Color

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

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


#62adfd Background Color

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

This div background color is #62adfd


#62adfd Border Color

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

This div border color is #62adfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62adfd


Comments

No comments written yet.

Please login to write comment.