Color Hex Logo

#084014 Color Hex

#084014
(8,64,20)
0 Favorites   0 Comments

Color spaces of #084014

RGB 86420
HSL0.370.780.14
HSV133°88°25°
CMYK 0.880.000.69   0.75
XYZ2.05983.76891.2807
Yxy3.76890.28970.5301
Hunter Lab19.4137-15.03499.6783
CIE-Lab22.8922-28.238021.5715

#084014 color RGB value is (8,64,20).

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

The process color (four color CMYK) of #084014 color hex is 0.88, 0.00, 0.69, 0.75. Web safe color of #084014 is #003300. Color #084014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 01000000 00010100
Octal 10 100 24
Decimal 8 64 20
Hex 8 40 14

RGB Percentages of Color #084014

%8.70
%69.57
%21.74

CMYK Percentages of Color #084014

%88
%0
%69
%75

Triadic Colors of #084014

#084014 #140840 #401408

Analogous Colors of #084014

#084014 #084030 #184008

Monochromatic Colors of #084014

#084014

Complementary Color

#084014 #400834

#084014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084014 Color CSS Codes

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

#084014 Text Font Color

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

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


#084014 Background Color

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

This div background color is #084014


#084014 Border Color

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

This div border color is #084014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084014


Comments

No comments written yet.

Please login to write comment.