Color Hex Logo

#14835e Color Hex

#14835E
(20,131,94)
0 Favorites   0 Comments

Color spaces of #14835e

RGB 2013194
HSL0.440.740.30
HSV160°85°51°
CMYK 0.850.000.28   0.49
XYZ10.425217.189513.3581
Yxy17.18950.25440.4195
Hunter Lab41.4602-27.67149.9195
CIE-Lab48.4979-38.666411.8250

#14835e color RGB value is (20,131,94).

#14835e hex color red value is 20, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #14835e hue: 0.44 , saturation: 0.74 and the lightness value of 14835e is 0.30.

The process color (four color CMYK) of #14835e color hex is 0.85, 0.00, 0.28, 0.49. Web safe color of #14835e is #009966. Color #14835e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000011 01011110
Octal 24 203 136
Decimal 20 131 94
Hex 14 83 5E

RGB Percentages of Color #14835e

%8.16
%53.47
%38.37

CMYK Percentages of Color #14835e

%85
%0
%28
%49

Triadic Colors of #14835e

#14835e #5e1483 #835e14

Analogous Colors of #14835e

#14835e #147183 #148327

Monochromatic Colors of #14835e

#14835e

Complementary Color

#14835e #831439

#14835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#14835e Color CSS Codes

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

#14835e Text Font Color

<p style="color:#14835e">Text here</p>

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


#14835e Background Color

<div style="background-color:#14835e">
Div content here</div>

This div background color is #14835e


#14835e Border Color

<div style="border:3px solid #14835e">
Div here</div>

This div border color is #14835e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,131,94, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14835e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14835e;
  -webkit-box-shadow: 1px 1px 3px 2px #14835e;
  box-shadow:         1px 1px 3px 2px #14835e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14835e


Comments

No comments written yet.

Please login to write comment.