Color Hex Logo

#555400 Color Hex

#555400
(85,84,0)
0 Favorites   0 Comments

Color spaces of #555400

RGB 85840
HSL0.161.000.17
HSV59°100°33°
CMYK 0.000.011.00   0.67
XYZ6.91668.27191.2321
Yxy8.27190.42120.5038
Hunter Lab28.7609-7.404817.5927
CIE-Lab34.5429-9.109642.2416

#555400 color RGB value is (85,84,0).

#555400 hex color red value is 85, green value is 84 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #555400 hue: 0.16 , saturation: 1.00 and the lightness value of 555400 is 0.17.

The process color (four color CMYK) of #555400 color hex is 0.00, 0.01, 1.00, 0.67. Web safe color of #555400 is #666600. Color #555400 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01010100 00000000
Octal 125 124 0
Decimal 85 84 0
Hex 55 54 0

RGB Percentages of Color #555400

%50.30
%49.70
%0.00

CMYK Percentages of Color #555400

%0
%1
%100
%67

Triadic Colors of #555400

#555400 #005554 #540055

Analogous Colors of #555400

#555400 #2c5500 #552a00

Monochromatic Colors of #555400

#555400

Complementary Color

#555400 #000155

#555400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#555400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#555400 Color CSS Codes

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

#555400 Text Font Color

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

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


#555400 Background Color

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

This div background color is #555400


#555400 Border Color

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

This div border color is #555400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #555400


Comments

No comments written yet.

Please login to write comment.