Color Hex Logo

#55600a Color Hex

#55600A
(85,96,10)
0 Favorites   0 Comments

Color spaces of #55600a

RGB 859610
HSL0.190.810.21
HSV68°90°38°
CMYK 0.110.000.90   0.62
XYZ7.984010.31901.8581
Yxy10.31900.39600.5118
Hunter Lab32.1232-11.850719.0567
CIE-Lab38.4090-15.545042.3174

#55600a color RGB value is (85,96,10).

#55600a hex color red value is 85, green value is 96 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #55600a hue: 0.19 , saturation: 0.81 and the lightness value of 55600a is 0.21.

The process color (four color CMYK) of #55600a color hex is 0.11, 0.00, 0.90, 0.62. Web safe color of #55600a is #666600. Color #55600a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 01100000 00001010
Octal 125 140 12
Decimal 85 96 10
Hex 55 60 A

RGB Percentages of Color #55600a

%44.50
%50.26
%5.24

CMYK Percentages of Color #55600a

%11
%0
%90
%62

Triadic Colors of #55600a

#55600a #0a5560 #600a55

Analogous Colors of #55600a

#55600a #2a600a #60400a

Monochromatic Colors of #55600a

#55600a

Complementary Color

#55600a #150a60

#55600a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55600a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55600a Color CSS Codes

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

#55600a Text Font Color

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

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


#55600a Background Color

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

This div background color is #55600a


#55600a Border Color

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

This div border color is #55600a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,96,10, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55600a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55600a;
  -webkit-box-shadow: 1px 1px 3px 2px #55600a;
  box-shadow:         1px 1px 3px 2px #55600a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55600a


Comments

No comments written yet.

Please login to write comment.