Color Hex Logo

#14843f Color Hex

#14843F
(20,132,63)
0 Favorites   0 Comments

Color spaces of #14843f

RGB 2013263
HSL0.400.740.30
HSV143°85°52°
CMYK 0.850.000.52   0.48
XYZ9.437017.01017.4885
Yxy17.01010.27810.5012
Hunter Lab41.2433-31.332718.1051
CIE-Lab48.2728-45.510628.8728

#14843f color RGB value is (20,132,63).

#14843f hex color red value is 20, green value is 132 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #14843f hue: 0.40 , saturation: 0.74 and the lightness value of 14843f is 0.30.

The process color (four color CMYK) of #14843f color hex is 0.85, 0.00, 0.52, 0.48. Web safe color of #14843f is #009933. Color #14843f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000100 00111111
Octal 24 204 77
Decimal 20 132 63
Hex 14 84 3F

RGB Percentages of Color #14843f

%9.30
%61.40
%29.30

CMYK Percentages of Color #14843f

%85
%0
%52
%48

Triadic Colors of #14843f

#14843f #3f1484 #843f14

Analogous Colors of #14843f

#14843f #148477 #218414

Monochromatic Colors of #14843f

#14843f

Complementary Color

#14843f #841459

#14843f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14843f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14843f Color CSS Codes

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

#14843f Text Font Color

<p style="color:#14843f">Text here</p>

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


#14843f Background Color

<div style="background-color:#14843f">
Div content here</div>

This div background color is #14843f


#14843f Border Color

<div style="border:3px solid #14843f">
Div here</div>

This div border color is #14843f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14843f


Comments

No comments written yet.

Please login to write comment.