Color Hex Logo

#14881f Color Hex

#14881F
(20,136,31)
0 Favorites   0 Comments

Color spaces of #14881f

RGB 2013631
HSL0.350.740.31
HSV126°85°53°
CMYK 0.850.000.77   0.47
XYZ9.340017.85604.2506
Yxy17.85600.29700.5678
Hunter Lab42.2564-34.494523.6154
CIE-Lab49.3210-50.824944.7760

#14881f color RGB value is (20,136,31).

#14881f hex color red value is 20, green value is 136 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #14881f hue: 0.35 , saturation: 0.74 and the lightness value of 14881f is 0.31.

The process color (four color CMYK) of #14881f color hex is 0.85, 0.00, 0.77, 0.47. Web safe color of #14881f is #009933. Color #14881f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 10001000 00011111
Octal 24 210 37
Decimal 20 136 31
Hex 14 88 1F

RGB Percentages of Color #14881f

%10.70
%72.73
%16.58

CMYK Percentages of Color #14881f

%85
%0
%77
%47

Triadic Colors of #14881f

#14881f #1f1488 #881f14

Analogous Colors of #14881f

#14881f #148859 #438814

Monochromatic Colors of #14881f

#14881f

Complementary Color

#14881f #88147d

#14881f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#14881f Color Preview on White Background

Lorem ipsum dolor sit amet.

#14881f Color CSS Codes

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

#14881f Text Font Color

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

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


#14881f Background Color

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

This div background color is #14881f


#14881f Border Color

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

This div border color is #14881f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #14881f


Comments

No comments written yet.

Please login to write comment.