Color Hex Logo

#558a08 Color Hex

#558A08
(85,138,8)
0 Favorites   0 Comments

Color spaces of #558a08

RGB 851388
HSL0.230.890.29
HSV84°94°54°
CMYK 0.380.000.94   0.46
XYZ12.878620.12583.4356
Yxy20.12580.35340.5523
Hunter Lab44.8618-27.265626.8627
CIE-Lab51.9791-36.202754.0063

#558a08 color RGB value is (85,138,8).

#558a08 hex color red value is 85, green value is 138 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #558a08 hue: 0.23 , saturation: 0.89 and the lightness value of 558a08 is 0.29.

The process color (four color CMYK) of #558a08 color hex is 0.38, 0.00, 0.94, 0.46. Web safe color of #558a08 is #669900. Color #558a08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010101 10001010 00001000
Octal 125 212 10
Decimal 85 138 8
Hex 55 8A 8

RGB Percentages of Color #558a08

%36.80
%59.74
%3.46

CMYK Percentages of Color #558a08

%38
%0
%94
%46

Triadic Colors of #558a08

#558a08 #08558a #8a0855

Analogous Colors of #558a08

#558a08 #148a08 #8a7e08

Monochromatic Colors of #558a08

#558a08

Complementary Color

#558a08 #3d088a

#558a08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#558a08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#558a08 Color CSS Codes

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

#558a08 Text Font Color

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

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


#558a08 Background Color

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

This div background color is #558a08


#558a08 Border Color

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

This div border color is #558a08


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(85,138,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #558a08; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #558a08;
  -webkit-box-shadow: 1px 1px 3px 2px #558a08;
  box-shadow:         1px 1px 3px 2px #558a08; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #558a08


Comments

No comments written yet.

Please login to write comment.