Color Hex Logo

#084f12 Color Hex

#084F12
(8,79,18)
0 Favorites   0 Comments

Color spaces of #084f12

RGB 87918
HSL0.360.820.17
HSV128°90°31°
CMYK 0.900.000.77   0.69
XYZ3.00535.68731.5116
Yxy5.68730.29450.5573
Hunter Lab23.8481-19.239812.9356
CIE-Lab28.6094-34.174328.8449

#084f12 color RGB value is (8,79,18).

#084f12 hex color red value is 8, green value is 79 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #084f12 hue: 0.36 , saturation: 0.82 and the lightness value of 084f12 is 0.17.

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 01001111 00010010
Octal 10 117 22
Decimal 8 79 18
Hex 8 4F 12

RGB Percentages of Color #084f12

%7.62
%75.24
%17.14

CMYK Percentages of Color #084f12

%90
%0
%77
%69

Triadic Colors of #084f12

#084f12 #12084f #4f1208

Analogous Colors of #084f12

#084f12 #084f36 #224f08

Monochromatic Colors of #084f12

#084f12

Complementary Color

#084f12 #4f0845

#084f12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#084f12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#084f12 Color CSS Codes

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

#084f12 Text Font Color

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

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


#084f12 Background Color

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

This div background color is #084f12


#084f12 Border Color

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

This div border color is #084f12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #084f12


Comments

No comments written yet.

Please login to write comment.