Color Hex Logo

#081204 Color Hex

#081204
(8,18,4)
0 Favorites   0 Comments

Color spaces of #081204

RGB 8184
HSL0.290.640.04
HSV103°78°
CMYK 0.560.000.78   0.93
XYZ0.33840.49300.1922
Yxy0.49300.33060.4816
Hunter Lab7.0214-3.68453.2920
CIE-Lab4.4532-5.33284.9289

#081204 color RGB value is (8,18,4).

#081204 hex color red value is 8, green value is 18 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #081204 hue: 0.29 , saturation: 0.64 and the lightness value of 081204 is 0.04.

The process color (four color CMYK) of #081204 color hex is 0.56, 0.00, 0.78, 0.93. Web safe color of #081204 is #000000. Color #081204 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 00010010 00000100
Octal 10 22 4
Decimal 8 18 4
Hex 8 12 4

RGB Percentages of Color #081204

%26.67
%60.00
%13.33

CMYK Percentages of Color #081204

%56
%0
%78
%93

Triadic Colors of #081204

#081204 #040812 #120408

Analogous Colors of #081204

#081204 #041207 #0f1204

Monochromatic Colors of #081204

#081204

Complementary Color

#081204 #0e0412

#081204 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#081204 Color Preview on White Background

Lorem ipsum dolor sit amet.

#081204 Color CSS Codes

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

#081204 Text Font Color

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

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


#081204 Background Color

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

This div background color is #081204


#081204 Border Color

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

This div border color is #081204


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #081204


Comments

No comments written yet.

Please login to write comment.