Color Hex Logo

#62fafd Color Hex

#62FAFD
(98,250,253)
0 Favorites   0 Comments

Color spaces of #62fafd

RGB 98250253
HSL0.500.970.69
HSV181°61°99°
CMYK 0.610.010.00   0.01
XYZ56.952278.0597104.9938
Yxy78.05970.23730.3252
Hunter Lab88.3514-39.5521-8.6122
CIE-Lab90.8071-38.8467-13.4396

#62fafd color RGB value is (98,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111010 11111101
Octal 142 372 375
Decimal 98 250 253
Hex 62 FA FD

RGB Percentages of Color #62fafd

%16.31
%41.60
%42.10

CMYK Percentages of Color #62fafd

%61
%1
%0
%1

Triadic Colors of #62fafd

#62fafd #fd62fa #fafd62

Analogous Colors of #62fafd

#62fafd #62adfd #62fdb3

Monochromatic Colors of #62fafd

#62fafd

Complementary Color

#62fafd #fd6562

#62fafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62fafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62fafd Color CSS Codes

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

#62fafd Text Font Color

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

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


#62fafd Background Color

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

This div background color is #62fafd


#62fafd Border Color

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

This div border color is #62fafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62fafd

Related Colors


Comments

No comments written yet.

Please login to write comment.