Color Hex Logo

#054905 Color Hex

#054905
(5,73,5)
0 Favorites   0 Comments

Color spaces of #054905

RGB 5735
HSL0.330.870.15
HSV120°93°29°
CMYK 0.930.000.93   0.71
XYZ2.47254.80830.9414
Yxy4.80830.30070.5848
Hunter Lab21.9278-18.246712.8041
CIE-Lab26.1815-33.666431.6752

#054905 color RGB value is (5,73,5).

#054905 hex color red value is 5, green value is 73 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #054905 hue: 0.33 , saturation: 0.87 and the lightness value of 054905 is 0.15.

The process color (four color CMYK) of #054905 color hex is 0.93, 0.00, 0.93, 0.71. Web safe color of #054905 is #003300. Color #054905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001001 00000101
Octal 5 111 5
Decimal 5 73 5
Hex 5 49 5

RGB Percentages of Color #054905

%6.02
%87.95
%6.02

CMYK Percentages of Color #054905

%93
%0
%93
%71

Triadic Colors of #054905

#054905 #050549 #490505

Analogous Colors of #054905

#054905 #054927 #274905

Monochromatic Colors of #054905

#054905

Complementary Color

#054905 #490549

#054905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054905 Color CSS Codes

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

#054905 Text Font Color

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

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


#054905 Background Color

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

This div background color is #054905


#054905 Border Color

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

This div border color is #054905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054905


Comments

No comments written yet.

Please login to write comment.