Color Hex Logo

#62fefd Color Hex

#62FEFD
(98,254,253)
0 Favorites   0 Comments

Color spaces of #62fefd

RGB 98254253
HSL0.500.990.69
HSV180°61°100°
CMYK 0.610.000.00   0.00
XYZ58.208480.5721105.4126
Yxy80.57210.23840.3300
Hunter Lab89.7620-41.3306-6.7943
CIE-Lab91.9409-40.6571-11.7471

#62fefd color RGB value is (98,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111110 11111101
Octal 142 376 375
Decimal 98 254 253
Hex 62 FE FD

RGB Percentages of Color #62fefd

%16.20
%41.98
%41.82

CMYK Percentages of Color #62fefd

%61
%0
%0
%0

Triadic Colors of #62fefd

#62fefd #fd62fe #fefd62

Analogous Colors of #62fefd

#62fefd #62b1fe #62feaf

Monochromatic Colors of #62fefd

#62fefd

Complementary Color

#62fefd #fe6263

#62fefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62fefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62fefd Color CSS Codes

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

#62fefd Text Font Color

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

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


#62fefd Background Color

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

This div background color is #62fefd


#62fefd Border Color

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

This div border color is #62fefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62fefd

Related Colors


Comments

No comments written yet.

Please login to write comment.