Color Hex Logo

#556810 Color Hex

#556810
(85,104,16)
0 Favorites   0 Comments

Color spaces of #556810

RGB 8510416
HSL0.200.730.24
HSV73°85°41°
CMYK 0.180.000.85   0.59
XYZ8.790211.86932.3179
Yxy11.86930.38260.5166
Hunter Lab34.4519-14.747420.1273
CIE-Lab41.0076-19.610642.8595

#556810 color RGB value is (85,104,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 00010000
Octal 125 150 20
Decimal 85 104 16
Hex 55 68 10

RGB Percentages of Color #556810

%41.46
%50.73
%7.80

CMYK Percentages of Color #556810

%18
%0
%85
%59

Triadic Colors of #556810

#556810 #105568 #681055

Analogous Colors of #556810

#556810 #296810 #684f10

Monochromatic Colors of #556810

#556810

Complementary Color

#556810 #231068

#556810 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#556810 Color Preview on White Background

Lorem ipsum dolor sit amet.

#556810 Color CSS Codes

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

#556810 Text Font Color

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

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


#556810 Background Color

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

This div background color is #556810


#556810 Border Color

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

This div border color is #556810


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(85,104,16, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #556810


Comments

No comments written yet.

Please login to write comment.