Color Hex Logo

#056c16 Color Hex

#056C16
(5,108,22)
0 Favorites   0 Comments

Color spaces of #056c16

RGB 510822
HSL0.360.910.22
HSV130°95°42°
CMYK 0.950.000.80   0.58
XYZ5.570010.81532.5531
Yxy10.81530.29410.5711
Hunter Lab32.8866-27.319118.4178
CIE-Lab39.2676-44.010838.0447

#056c16 color RGB value is (5,108,22).

#056c16 hex color red value is 5, green value is 108 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #056c16 hue: 0.36 , saturation: 0.91 and the lightness value of 056c16 is 0.22.

The process color (four color CMYK) of #056c16 color hex is 0.95, 0.00, 0.80, 0.58. Web safe color of #056c16 is #006600. Color #056c16 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01101100 00010110
Octal 5 154 26
Decimal 5 108 22
Hex 5 6C 16

RGB Percentages of Color #056c16

%3.70
%80.00
%16.30

CMYK Percentages of Color #056c16

%95
%0
%80
%58

Triadic Colors of #056c16

#056c16 #16056c #6c1605

Analogous Colors of #056c16

#056c16 #056c4a #286c05

Monochromatic Colors of #056c16

#056c16

Complementary Color

#056c16 #6c055b

#056c16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#056c16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#056c16 Color CSS Codes

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

#056c16 Text Font Color

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

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


#056c16 Background Color

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

This div background color is #056c16


#056c16 Border Color

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

This div border color is #056c16


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,108,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #056c16; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #056c16;
  -webkit-box-shadow: 1px 1px 3px 2px #056c16;
  box-shadow:         1px 1px 3px 2px #056c16; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,108,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #056c16


Comments

No comments written yet.

Please login to write comment.