Color Hex Logo

#085004 Color Hex

#085004
(8,80,4)
0 Favorites   0 Comments

Color spaces of #085004

RGB 8804
HSL0.320.900.16
HSV117°95°31°
CMYK 0.900.000.95   0.69
XYZ2.99075.79771.0763
Yxy5.79770.30320.5877
Hunter Lab24.0784-19.966314.2046
CIE-Lab28.8962-35.666934.4845

#085004 color RGB value is (8,80,4).

#085004 hex color red value is 8, green value is 80 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #085004 hue: 0.32 , saturation: 0.90 and the lightness value of 085004 is 0.16.

The process color (four color CMYK) of #085004 color hex is 0.90, 0.00, 0.95, 0.69. Web safe color of #085004 is #006600. Color #085004 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01010000 00000100
Octal 10 120 4
Decimal 8 80 4
Hex 8 50 4

RGB Percentages of Color #085004

%8.70
%86.96
%4.35

CMYK Percentages of Color #085004

%90
%0
%95
%69

Triadic Colors of #085004

#085004 #040850 #500408

Analogous Colors of #085004

#085004 #045026 #2e5004

Monochromatic Colors of #085004

#085004

Complementary Color

#085004 #4c0450

#085004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#085004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#085004 Color CSS Codes

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

#085004 Text Font Color

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

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


#085004 Background Color

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

This div background color is #085004


#085004 Border Color

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

This div border color is #085004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #085004


Comments

No comments written yet.

Please login to write comment.