Color Hex Logo

#081d0e Color Hex

#081D0E
(8,29,14)
0 Favorites   0 Comments

Color spaces of #081d0e

RGB 82914
HSL0.380.570.07
HSV137°72°11°
CMYK 0.720.000.52   0.89
XYZ0.61880.96210.5685
Yxy0.96210.28790.4476
Hunter Lab9.8087-5.90413.4297
CIE-Lab8.6716-12.02936.8196

#081d0e color RGB value is (8,29,14).

#081d0e hex color red value is 8, green value is 29 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #081d0e hue: 0.38 , saturation: 0.57 and the lightness value of 081d0e is 0.07.

The process color (four color CMYK) of #081d0e color hex is 0.72, 0.00, 0.52, 0.89. Web safe color of #081d0e is #003300. Color #081d0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00011101 00001110
Octal 10 35 16
Decimal 8 29 14
Hex 8 1D E

RGB Percentages of Color #081d0e

%15.69
%56.86
%27.45

CMYK Percentages of Color #081d0e

%72
%0
%52
%89

Triadic Colors of #081d0e

#081d0e #0e081d #1d0e08

Analogous Colors of #081d0e

#081d0e #081d19 #0d1d08

Monochromatic Colors of #081d0e

#081d0e

Complementary Color

#081d0e #1d0817

#081d0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081d0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#081d0e Color CSS Codes

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

#081d0e Text Font Color

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

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


#081d0e Background Color

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

This div background color is #081d0e


#081d0e Border Color

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

This div border color is #081d0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081d0e


Comments

No comments written yet.

Please login to write comment.