Color Hex Logo

#154d20 Color Hex

#154D20
(21,77,32)
0 Favorites   0 Comments

Color spaces of #154d20

RGB 217732
HSL0.370.570.19
HSV132°73°30°
CMYK 0.730.000.58   0.70
XYZ3.22385.57152.2720
Yxy5.57150.29130.5034
Hunter Lab23.6040-16.927810.8159
CIE-Lab28.3046-29.117921.3260

#154d20 color RGB value is (21,77,32).

#154d20 hex color red value is 21, green value is 77 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #154d20 hue: 0.37 , saturation: 0.57 and the lightness value of 154d20 is 0.19.

The process color (four color CMYK) of #154d20 color hex is 0.73, 0.00, 0.58, 0.70. Web safe color of #154d20 is #006633. Color #154d20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01001101 00100000
Octal 25 115 40
Decimal 21 77 32
Hex 15 4D 20

RGB Percentages of Color #154d20

%16.15
%59.23
%24.62

CMYK Percentages of Color #154d20

%73
%0
%58
%70

Triadic Colors of #154d20

#154d20 #20154d #4d2015

Analogous Colors of #154d20

#154d20 #154d3c #264d15

Monochromatic Colors of #154d20

#154d20

Complementary Color

#154d20 #4d1542

#154d20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#154d20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#154d20 Color CSS Codes

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

#154d20 Text Font Color

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

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


#154d20 Background Color

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

This div background color is #154d20


#154d20 Border Color

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

This div border color is #154d20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(21,77,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #154d20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #154d20;
  -webkit-box-shadow: 1px 1px 3px 2px #154d20;
  box-shadow:         1px 1px 3px 2px #154d20; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #154d20


Comments

No comments written yet.

Please login to write comment.