Color Hex Logo

#62fadd Color Hex

#62FADD
(98,250,221)
0 Favorites   0 Comments

Color spaces of #62fadd

RGB 98250221
HSL0.470.940.68
HSV169°61°98°
CMYK 0.610.000.12   0.02
XYZ52.273876.188380.3573
Yxy76.18830.25030.3649
Hunter Lab87.2859-45.85026.5165
CIE-Lab89.9467-47.01151.9278

#62fadd color RGB value is (98,250,221).

#62fadd hex color red value is 98, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #62fadd hue: 0.47 , saturation: 0.94 and the lightness value of 62fadd is 0.68.

The process color (four color CMYK) of #62fadd color hex is 0.61, 0.00, 0.12, 0.02. Web safe color of #62fadd is #66ffcc. Color #62fadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111010 11011101
Octal 142 372 335
Decimal 98 250 221
Hex 62 FA DD

RGB Percentages of Color #62fadd

%17.22
%43.94
%38.84

CMYK Percentages of Color #62fadd

%61
%0
%12
%2

Triadic Colors of #62fadd

#62fadd #dd62fa #fadd62

Analogous Colors of #62fadd

#62fadd #62cbfa #62fa91

Monochromatic Colors of #62fadd

#62fadd

Complementary Color

#62fadd #fa627f

#62fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#62fadd Color CSS Codes

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

#62fadd Text Font Color

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

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


#62fadd Background Color

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

This div background color is #62fadd


#62fadd Border Color

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

This div border color is #62fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62fadd


Comments

No comments written yet.

Please login to write comment.