Color Hex Logo

#08290e Color Hex

#08290E
(8,41,14)
0 Favorites   0 Comments

Color spaces of #08290e

RGB 84114
HSL0.360.670.10
HSV131°80°16°
CMYK 0.800.000.66   0.84
XYZ0.97231.66920.6864
Yxy1.66920.29220.5016
Hunter Lab12.9198-9.17625.8939
CIE-Lab13.6456-19.242713.7091

#08290e color RGB value is (8,41,14).

#08290e hex color red value is 8, green value is 41 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #08290e hue: 0.36 , saturation: 0.67 and the lightness value of 08290e is 0.10.

The process color (four color CMYK) of #08290e color hex is 0.80, 0.00, 0.66, 0.84. Web safe color of #08290e is #003300. Color #08290e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00101001 00001110
Octal 10 51 16
Decimal 8 41 14
Hex 8 29 E

RGB Percentages of Color #08290e

%12.70
%65.08
%22.22

CMYK Percentages of Color #08290e

%80
%0
%66
%84

Triadic Colors of #08290e

#08290e #0e0829 #290e08

Analogous Colors of #08290e

#08290e #08291f #132908

Monochromatic Colors of #08290e

#08290e

Complementary Color

#08290e #290823

#08290e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#08290e Color Preview on White Background

Lorem ipsum dolor sit amet.

#08290e Color CSS Codes

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

#08290e Text Font Color

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

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


#08290e Background Color

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

This div background color is #08290e


#08290e Border Color

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

This div border color is #08290e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #08290e

#08290e Color Palettes


Comments

No comments written yet.

Please login to write comment.