Color Hex Logo

#62effd Color Hex

#62EFFD
(98,239,253)
0 Favorites   0 Comments

Color spaces of #62effd

RGB 98239253
HSL0.520.970.69
HSV185°61°99°
CMYK 0.610.060.00   0.01
XYZ53.633171.4215103.8875
Yxy71.42150.23430.3120
Hunter Lab84.5112-34.6138-13.7258
CIE-Lab87.6894-33.7613-18.1186

#62effd color RGB value is (98,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11101111 11111101
Octal 142 357 375
Decimal 98 239 253
Hex 62 EF FD

RGB Percentages of Color #62effd

%16.61
%40.51
%42.88

CMYK Percentages of Color #62effd

%61
%6
%0
%1

Triadic Colors of #62effd

#62effd #fd62ef #effd62

Analogous Colors of #62effd

#62effd #62a2fd #62fdbe

Monochromatic Colors of #62effd

#62effd

Complementary Color

#62effd #fd7062

#62effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62effd Color CSS Codes

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

#62effd Text Font Color

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

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


#62effd Background Color

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

This div background color is #62effd


#62effd Border Color

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

This div border color is #62effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62effd


Comments

No comments written yet.

Please login to write comment.