Color Hex Logo

#62db14 Color Hex

#62DB14
(98,219,20)
0 Favorites   0 Comments

Color spaces of #62db14

RGB 9821920
HSL0.270.830.47
HSV96°91°86°
CMYK 0.550.000.91   0.14
XYZ30.494853.31029.3445
Yxy53.31020.32740.5723
Hunter Lab73.0138-53.222343.5216
CIE-Lab78.0578-63.127673.9496

#62db14 color RGB value is (98,219,20).

#62db14 hex color red value is 98, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #62db14 hue: 0.27 , saturation: 0.83 and the lightness value of 62db14 is 0.47.

The process color (four color CMYK) of #62db14 color hex is 0.55, 0.00, 0.91, 0.14. Web safe color of #62db14 is #66cc00. Color #62db14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100010 11011011 00010100
Octal 142 333 24
Decimal 98 219 20
Hex 62 DB 14

RGB Percentages of Color #62db14

%29.08
%64.99
%5.93

CMYK Percentages of Color #62db14

%55
%0
%91
%14

Triadic Colors of #62db14

#62db14 #1462db #db1462

Analogous Colors of #62db14

#62db14 #14db2a #c6db14

Monochromatic Colors of #62db14

#62db14

Complementary Color

#62db14 #8d14db

#62db14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#62db14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#62db14 Color CSS Codes

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

#62db14 Text Font Color

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

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


#62db14 Background Color

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

This div background color is #62db14


#62db14 Border Color

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

This div border color is #62db14


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #62db14


Comments

No comments written yet.

Please login to write comment.