Color Hex Logo

#55900d Color Hex

#55900D
(85,144,13)
0 Favorites   0 Comments

Color spaces of #55900d

RGB 8514413
HSL0.240.830.31
HSV87°91°56°
CMYK 0.410.000.91   0.44
XYZ13.792221.90693.8823
Yxy21.90690.34850.5535
Hunter Lab46.8048-29.309027.8455
CIE-Lab53.9281-38.668854.7383

#55900d color RGB value is (85,144,13).

#55900d hex color red value is 85, green value is 144 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #55900d hue: 0.24 , saturation: 0.83 and the lightness value of 55900d is 0.31.

The process color (four color CMYK) of #55900d color hex is 0.41, 0.00, 0.91, 0.44. Web safe color of #55900d is #669900. Color #55900d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10010000 00001101
Octal 125 220 15
Decimal 85 144 13
Hex 55 90 D

RGB Percentages of Color #55900d

%35.12
%59.50
%5.37

CMYK Percentages of Color #55900d

%41
%0
%91
%44

Triadic Colors of #55900d

#55900d #0d5590 #900d55

Analogous Colors of #55900d

#55900d #14900d #908a0d

Monochromatic Colors of #55900d

#55900d

Complementary Color

#55900d #480d90

#55900d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#55900d Color Preview on White Background

Lorem ipsum dolor sit amet.

#55900d Color CSS Codes

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

#55900d Text Font Color

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

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


#55900d Background Color

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

This div background color is #55900d


#55900d Border Color

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

This div border color is #55900d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,144,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #55900d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #55900d;
  -webkit-box-shadow: 1px 1px 3px 2px #55900d;
  box-shadow:         1px 1px 3px 2px #55900d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #55900d


Comments

No comments written yet.

Please login to write comment.