Color Hex Logo

#14851d Color Hex

#14851D
(20,133,29)
0 Favorites   0 Comments

Color spaces of #14851d

RGB 2013329
HSL0.350.740.30
HSV125°85°52°
CMYK 0.850.000.78   0.48
XYZ8.897817.01253.9772
Yxy17.01250.29770.5692
Hunter Lab41.2462-33.674123.1553
CIE-Lab48.2758-50.020044.4609

#14851d color RGB value is (20,133,29).

#14851d hex color red value is 20, green value is 133 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #14851d hue: 0.35 , saturation: 0.74 and the lightness value of 14851d is 0.30.

The process color (four color CMYK) of #14851d color hex is 0.85, 0.00, 0.78, 0.48. Web safe color of #14851d is #009933. Color #14851d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10000101 00011101
Octal 24 205 35
Decimal 20 133 29
Hex 14 85 1D

RGB Percentages of Color #14851d

%10.99
%73.08
%15.93

CMYK Percentages of Color #14851d

%85
%0
%78
%48

Triadic Colors of #14851d

#14851d #1d1485 #851d14

Analogous Colors of #14851d

#14851d #148556 #448514

Monochromatic Colors of #14851d

#14851d

Complementary Color

#14851d #85147c

#14851d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14851d Color Preview on White Background

Lorem ipsum dolor sit amet.

#14851d Color CSS Codes

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

#14851d Text Font Color

<p style="color:#14851d">Text here</p>

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


#14851d Background Color

<div style="background-color:#14851d">
Div content here</div>

This div background color is #14851d


#14851d Border Color

<div style="border:3px solid #14851d">
Div here</div>

This div border color is #14851d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,133,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #14851d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #14851d;
  -webkit-box-shadow: 1px 1px 3px 2px #14851d;
  box-shadow:         1px 1px 3px 2px #14851d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14851d


Comments

No comments written yet.

Please login to write comment.