Color Hex Logo

#144c0f Color Hex

#144C0F
(20,76,15)
0 Favorites   0 Comments

Color spaces of #144c0f

RGB 207615
HSL0.320.670.18
HSV115°80°30°
CMYK 0.740.000.80   0.70
XYZ2.95925.35211.3290
Yxy5.35210.30700.5552
Hunter Lab23.1346-17.653212.7882
CIE-Lab27.7152-31.132629.3223

#144c0f color RGB value is (20,76,15).

#144c0f hex color red value is 20, green value is 76 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #144c0f hue: 0.32 , saturation: 0.67 and the lightness value of 144c0f is 0.18.

The process color (four color CMYK) of #144c0f color hex is 0.74, 0.00, 0.80, 0.70. Web safe color of #144c0f is #003300. Color #144c0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010100 01001100 00001111
Octal 24 114 17
Decimal 20 76 15
Hex 14 4C F

RGB Percentages of Color #144c0f

%18.02
%68.47
%13.51

CMYK Percentages of Color #144c0f

%74
%0
%80
%70

Triadic Colors of #144c0f

#144c0f #0f144c #4c0f14

Analogous Colors of #144c0f

#144c0f #0f4c29 #324c0f

Monochromatic Colors of #144c0f

#144c0f

Complementary Color

#144c0f #470f4c

#144c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#144c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#144c0f Color CSS Codes

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

#144c0f Text Font Color

<p style="color:#144c0f">Text here</p>

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


#144c0f Background Color

<div style="background-color:#144c0f">
Div content here</div>

This div background color is #144c0f


#144c0f Border Color

<div style="border:3px solid #144c0f">
Div here</div>

This div border color is #144c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(20,76,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #144c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #144c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #144c0f;
  box-shadow:         1px 1px 3px 2px #144c0f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #144c0f


Comments

No comments written yet.

Please login to write comment.