Color Hex Logo

#14e63e Color Hex

#14E63E
(20,230,62)
0 Favorites   0 Comments

Color spaces of #14e63e

RGB 2023062
HSL0.370.840.49
HSV132°91°90°
CMYK 0.910.000.73   0.10
XYZ29.454857.090214.0245
Yxy57.09020.29290.5677
Hunter Lab75.5581-62.641941.8857
CIE-Lab80.2303-76.428264.9102

#14e63e color RGB value is (20,230,62).

#14e63e hex color red value is 20, green value is 230 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #14e63e hue: 0.37 , saturation: 0.84 and the lightness value of 14e63e is 0.49.

The process color (four color CMYK) of #14e63e color hex is 0.91, 0.00, 0.73, 0.10. Web safe color of #14e63e is #00ff33. Color #14e63e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100110 00111110
Octal 24 346 76
Decimal 20 230 62
Hex 14 E6 3E

RGB Percentages of Color #14e63e

%6.41
%73.72
%19.87

CMYK Percentages of Color #14e63e

%91
%0
%73
%10

Triadic Colors of #14e63e

#14e63e #3e14e6 #e63e14

Analogous Colors of #14e63e

#14e63e #14e6a7 #53e614

Monochromatic Colors of #14e63e

#14e63e

Complementary Color

#14e63e #e614bc

#14e63e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e63e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e63e Color CSS Codes

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

#14e63e Text Font Color

<p style="color:#14e63e">Text here</p>

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


#14e63e Background Color

<div style="background-color:#14e63e">
Div content here</div>

This div background color is #14e63e


#14e63e Border Color

<div style="border:3px solid #14e63e">
Div here</div>

This div border color is #14e63e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e63e


Comments

No comments written yet.

Please login to write comment.