Color Hex Logo

#054806 Color Hex

#054806
(5,72,6)
0 Favorites   0 Comments

Color spaces of #054806

RGB 5726
HSL0.340.870.15
HSV121°93°28°
CMYK 0.930.000.92   0.72
XYZ2.41284.68010.9485
Yxy4.68010.30000.5820
Hunter Lab21.6335-17.950512.5440
CIE-Lab25.8032-33.238130.9215

#054806 color RGB value is (5,72,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000101 01001000 00000110
Octal 5 110 6
Decimal 5 72 6
Hex 5 48 6

RGB Percentages of Color #054806

%6.02
%86.75
%7.23

CMYK Percentages of Color #054806

%93
%0
%92
%72

Triadic Colors of #054806

#054806 #060548 #480605

Analogous Colors of #054806

#054806 #054828 #264805

Monochromatic Colors of #054806

#054806

Complementary Color

#054806 #480547

#054806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#054806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#054806 Color CSS Codes

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

#054806 Text Font Color

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

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


#054806 Background Color

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

This div background color is #054806


#054806 Border Color

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

This div border color is #054806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #054806


Comments

No comments written yet.

Please login to write comment.