Color Hex Logo

#63db14 Color Hex

#63DB14
(99,219,20)
0 Favorites   0 Comments

Color spaces of #63db14

RGB 9921920
HSL0.270.830.47
HSV96°91°86°
CMYK 0.550.000.91   0.14
XYZ30.603453.36629.3496
Yxy53.36620.32790.5719
Hunter Lab73.0522-53.063143.5483
CIE-Lab78.0907-62.863773.9903

#63db14 color RGB value is (99,219,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01100011 11011011 00010100
Octal 143 333 24
Decimal 99 219 20
Hex 63 DB 14

RGB Percentages of Color #63db14

%29.29
%64.79
%5.92

CMYK Percentages of Color #63db14

%55
%0
%91
%14

Triadic Colors of #63db14

#63db14 #1463db #db1463

Analogous Colors of #63db14

#63db14 #14db28 #c7db14

Monochromatic Colors of #63db14

#63db14

Complementary Color

#63db14 #8c14db

#63db14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#63db14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#63db14 Color CSS Codes

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

#63db14 Text Font Color

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

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


#63db14 Background Color

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

This div background color is #63db14


#63db14 Border Color

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

This div border color is #63db14


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(99,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 #63db14">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #63db14


Comments

No comments written yet.

Please login to write comment.