Color Hex Logo

#055a04 Color Hex

#055A04
(5,90,4)
0 Favorites   0 Comments

Color spaces of #055a04

RGB 5904
HSL0.330.910.18
HSV119°96°35°
CMYK 0.940.000.96   0.65
XYZ3.74077.35341.3371
Yxy7.35340.30090.5915
Hunter Lab27.1172-22.831716.0585
CIE-Lab32.5983-39.399937.6479

#055a04 color RGB value is (5,90,4).

#055a04 hex color red value is 5, green value is 90 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #055a04 hue: 0.33 , saturation: 0.91 and the lightness value of 055a04 is 0.18.

The process color (four color CMYK) of #055a04 color hex is 0.94, 0.00, 0.96, 0.65. Web safe color of #055a04 is #006600. Color #055a04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01011010 00000100
Octal 5 132 4
Decimal 5 90 4
Hex 5 5A 4

RGB Percentages of Color #055a04

%5.05
%90.91
%4.04

CMYK Percentages of Color #055a04

%94
%0
%96
%65

Triadic Colors of #055a04

#055a04 #04055a #5a0405

Analogous Colors of #055a04

#055a04 #045a2e #305a04

Monochromatic Colors of #055a04

#055a04

Complementary Color

#055a04 #59045a

#055a04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055a04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055a04 Color CSS Codes

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

#055a04 Text Font Color

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

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


#055a04 Background Color

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

This div background color is #055a04


#055a04 Border Color

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

This div border color is #055a04


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(5,90,4, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #055a04; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #055a04;
  -webkit-box-shadow: 1px 1px 3px 2px #055a04;
  box-shadow:         1px 1px 3px 2px #055a04; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055a04


Comments

No comments written yet.

Please login to write comment.