Color Hex Logo

#084214 Color Hex

#084214
(8,66,20)
0 Favorites   0 Comments

Color spaces of #084214

RGB 86620
HSL0.370.780.15
HSV132°88°26°
CMYK 0.880.000.70   0.74
XYZ2.17463.99861.3190
Yxy3.99860.29020.5337
Hunter Lab19.9965-15.582210.0867
CIE-Lab23.6668-29.033722.4580

#084214 color RGB value is (8,66,20).

#084214 hex color red value is 8, green value is 66 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #084214 hue: 0.37 , saturation: 0.78 and the lightness value of 084214 is 0.15.

The process color (four color CMYK) of #084214 color hex is 0.88, 0.00, 0.70, 0.74. Web safe color of #084214 is #003300. Color #084214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000010 00010100
Octal 10 102 24
Decimal 8 66 20
Hex 8 42 14

RGB Percentages of Color #084214

%8.51
%70.21
%21.28

CMYK Percentages of Color #084214

%88
%0
%70
%74

Triadic Colors of #084214

#084214 #140842 #421408

Analogous Colors of #084214

#084214 #084231 #194208

Monochromatic Colors of #084214

#084214

Complementary Color

#084214 #420836

#084214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084214 Color CSS Codes

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

#084214 Text Font Color

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

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


#084214 Background Color

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

This div background color is #084214


#084214 Border Color

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

This div border color is #084214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084214


Comments

No comments written yet.

Please login to write comment.