Color Hex Logo

#556814 Color Hex

#556814
(85,104,20)
0 Favorites   0 Comments

Color spaces of #556814

RGB 8510420
HSL0.200.680.24
HSV74°81°41°
CMYK 0.180.000.81   0.59
XYZ8.822911.88242.4903
Yxy11.88240.38040.5123
Hunter Lab34.4709-14.636519.8463
CIE-Lab41.0286-19.421041.5541

#556814 color RGB value is (85,104,20).

#556814 hex color red value is 85, green value is 104 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #556814 hue: 0.20 , saturation: 0.68 and the lightness value of 556814 is 0.24.

The process color (four color CMYK) of #556814 color hex is 0.18, 0.00, 0.81, 0.59. Web safe color of #556814 is #666600. Color #556814 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 00010100
Octal 125 150 24
Decimal 85 104 20
Hex 55 68 14

RGB Percentages of Color #556814

%40.67
%49.76
%9.57

CMYK Percentages of Color #556814

%18
%0
%81
%59

Triadic Colors of #556814

#556814 #145568 #681455

Analogous Colors of #556814

#556814 #2b6814 #685114

Monochromatic Colors of #556814

#556814

Complementary Color

#556814 #271468

#556814 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556814 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556814 Color CSS Codes

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

#556814 Text Font Color

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

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


#556814 Background Color

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

This div background color is #556814


#556814 Border Color

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

This div border color is #556814


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,104,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 #556814">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556814


Comments

No comments written yet.

Please login to write comment.