Color Hex Logo

#14e052 Color Hex

#14E052
(20,224,82)
0 Favorites   0 Comments

Color spaces of #14e052

RGB 2022482
HSL0.380.840.48
HSV138°91°88°
CMYK 0.910.000.63   0.12
XYZ28.467154.069216.9187
Yxy54.06920.28620.5437
Hunter Lab73.5318-59.576137.8304
CIE-Lab78.5021-72.804055.4122

#14e052 color RGB value is (20,224,82).

#14e052 hex color red value is 20, green value is 224 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #14e052 hue: 0.38 , saturation: 0.84 and the lightness value of 14e052 is 0.48.

The process color (four color CMYK) of #14e052 color hex is 0.91, 0.00, 0.63, 0.12. Web safe color of #14e052 is #00cc66. Color #14e052 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 11100000 01010010
Octal 24 340 122
Decimal 20 224 82
Hex 14 E0 52

RGB Percentages of Color #14e052

%6.13
%68.71
%25.15

CMYK Percentages of Color #14e052

%91
%0
%63
%12

Triadic Colors of #14e052

#14e052 #5214e0 #e05214

Analogous Colors of #14e052

#14e052 #14e0b8 #3ce014

Monochromatic Colors of #14e052

#14e052

Complementary Color

#14e052 #e014a2

#14e052 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14e052 Color Preview on White Background

Lorem ipsum dolor sit amet.

#14e052 Color CSS Codes

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

#14e052 Text Font Color

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

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


#14e052 Background Color

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

This div background color is #14e052


#14e052 Border Color

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

This div border color is #14e052


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14e052


Comments

No comments written yet.

Please login to write comment.