Color Hex Logo

#62faad Color Hex

#62FAAD
(98,250,173)
0 Favorites   0 Comments

Color spaces of #62faad

RGB 98250173
HSL0.420.940.68
HSV150°61°98°
CMYK 0.610.000.31   0.02
XYZ46.765473.985051.3509
Yxy73.98500.27170.4299
Hunter Lab86.0145-53.476424.8139
CIE-Lab88.9154-57.492825.2111

#62faad color RGB value is (98,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100010 11111010 10101101
Octal 142 372 255
Decimal 98 250 173
Hex 62 FA AD

RGB Percentages of Color #62faad

%18.81
%47.98
%33.21

CMYK Percentages of Color #62faad

%61
%0
%31
%2

Triadic Colors of #62faad

#62faad #ad62fa #faad62

Analogous Colors of #62faad

#62faad #62faf9 #63fa62

Monochromatic Colors of #62faad

#62faad

Complementary Color

#62faad #fa62af

#62faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#62faad Color CSS Codes

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

#62faad Text Font Color

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

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


#62faad Background Color

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

This div background color is #62faad


#62faad Border Color

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

This div border color is #62faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62faad


Comments

No comments written yet.

Please login to write comment.