Color Hex Logo

#55680a Color Hex

#55680A
(85,104,10)
0 Favorites   0 Comments

Color spaces of #55680a

RGB 8510410
HSL0.200.820.22
HSV72°90°41°
CMYK 0.180.000.90   0.59
XYZ8.751411.85382.1139
Yxy11.85380.38520.5218
Hunter Lab34.4293-14.879520.4602
CIE-Lab40.9828-19.836844.4930

#55680a color RGB value is (85,104,10).

#55680a hex color red value is 85, green value is 104 and the blue value of its RGB is 10. Cylindrical-coordinate representations (also known as HSL) of color #55680a hue: 0.20 , saturation: 0.82 and the lightness value of 55680a is 0.22.

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

Base Numbers

BaseRedGreenBlue
Binary 01010101 01101000 00001010
Octal 125 150 12
Decimal 85 104 10
Hex 55 68 A

RGB Percentages of Color #55680a

%42.71
%52.26
%5.03

CMYK Percentages of Color #55680a

%18
%0
%90
%59

Triadic Colors of #55680a

#55680a #0a5568 #680a55

Analogous Colors of #55680a

#55680a #26680a #684c0a

Monochromatic Colors of #55680a

#55680a

Complementary Color

#55680a #1d0a68

#55680a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55680a Color Preview on White Background

Lorem ipsum dolor sit amet.

#55680a Color CSS Codes

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

#55680a Text Font Color

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

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


#55680a Background Color

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

This div background color is #55680a


#55680a Border Color

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

This div border color is #55680a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55680a


Comments

No comments written yet.

Please login to write comment.