Color Hex Logo

#157414 Color Hex

#157414
(21,116,20)
0 Favorites   0 Comments

Color spaces of #157414

RGB 2111620
HSL0.330.710.27
HSV119°83°45°
CMYK 0.820.000.83   0.55
XYZ6.680912.70072.7612
Yxy12.70070.30170.5736
Hunter Lab35.6380-28.904020.3529
CIE-Lab42.3088-44.982041.7732

#157414 color RGB value is (21,116,20).

#157414 hex color red value is 21, green value is 116 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #157414 hue: 0.33 , saturation: 0.71 and the lightness value of 157414 is 0.27.

The process color (four color CMYK) of #157414 color hex is 0.82, 0.00, 0.83, 0.55. Web safe color of #157414 is #006600. Color #157414 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01110100 00010100
Octal 25 164 24
Decimal 21 116 20
Hex 15 74 14

RGB Percentages of Color #157414

%13.38
%73.89
%12.74

CMYK Percentages of Color #157414

%82
%0
%83
%55

Triadic Colors of #157414

#157414 #141574 #741415

Analogous Colors of #157414

#157414 #147443 #457414

Monochromatic Colors of #157414

#157414

Complementary Color

#157414 #731474

#157414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#157414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#157414 Color CSS Codes

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

#157414 Text Font Color

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

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


#157414 Background Color

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

This div background color is #157414


#157414 Border Color

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

This div border color is #157414


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,116,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #157414; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #157414;
  -webkit-box-shadow: 1px 1px 3px 2px #157414;
  box-shadow:         1px 1px 3px 2px #157414; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #157414


Comments

No comments written yet.

Please login to write comment.