Color Hex Logo

#156b01 Color Hex

#156B01
(21,107,1)
0 Favorites   0 Comments

Color spaces of #156b01

RGB 211071
HSL0.300.980.21
HSV109°99°42°
CMYK 0.800.000.99   0.58
XYZ5.572410.67701.7959
Yxy10.67700.30880.5917
Hunter Lab32.6757-26.741719.6143
CIE-Lab39.0310-42.963143.9710

#156b01 color RGB value is (21,107,1).

#156b01 hex color red value is 21, green value is 107 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #156b01 hue: 0.30 , saturation: 0.98 and the lightness value of 156b01 is 0.21.

The process color (four color CMYK) of #156b01 color hex is 0.80, 0.00, 0.99, 0.58. Web safe color of #156b01 is #006600. Color #156b01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010101 01101011 00000001
Octal 25 153 1
Decimal 21 107 1
Hex 15 6B 1

RGB Percentages of Color #156b01

%16.28
%82.95
%0.78

CMYK Percentages of Color #156b01

%80
%0
%99
%58

Triadic Colors of #156b01

#156b01 #01156b #6b0115

Analogous Colors of #156b01

#156b01 #016b22 #4a6b01

Monochromatic Colors of #156b01

#156b01

Complementary Color

#156b01 #57016b

#156b01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#156b01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#156b01 Color CSS Codes

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

#156b01 Text Font Color

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

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


#156b01 Background Color

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

This div background color is #156b01


#156b01 Border Color

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

This div border color is #156b01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #156b01


Comments

No comments written yet.

Please login to write comment.