Color Hex Logo

#055006 Color Hex

#055006
(5,80,6)
0 Favorites   0 Comments

Color spaces of #055006

RGB 5806
HSL0.340.880.17
HSV121°94°31°
CMYK 0.940.000.93   0.69
XYZ2.96415.78271.1323
Yxy5.78270.30000.5853
Hunter Lab24.0472-20.080514.0413
CIE-Lab28.8575-35.969333.6858

#055006 color RGB value is (5,80,6).

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

The process color (four color CMYK) of #055006 color hex is 0.94, 0.00, 0.93, 0.69. Web safe color of #055006 is #006600. Color #055006 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000101 01010000 00000110
Octal 5 120 6
Decimal 5 80 6
Hex 5 50 6

RGB Percentages of Color #055006

%5.49
%87.91
%6.59

CMYK Percentages of Color #055006

%94
%0
%93
%69

Triadic Colors of #055006

#055006 #060550 #500605

Analogous Colors of #055006

#055006 #05502c #2a5005

Monochromatic Colors of #055006

#055006

Complementary Color

#055006 #50054f

#055006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#055006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#055006 Color CSS Codes

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

#055006 Text Font Color

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

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


#055006 Background Color

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

This div background color is #055006


#055006 Border Color

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

This div border color is #055006


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(5,80,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 #055006">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #055006


Comments

No comments written yet.

Please login to write comment.