Color Hex Logo

#071206 Color Hex

#071206
(7,18,6)
0 Favorites   0 Comments

Color spaces of #071206

RGB 7186
HSL0.320.500.05
HSV115°67°
CMYK 0.610.000.67   0.93
XYZ0.33680.49090.2493
Yxy0.49090.31270.4558
Hunter Lab7.0064-3.68072.7949
CIE-Lab4.4343-5.31654.0794

#071206 color RGB value is (7,18,6).

#071206 hex color red value is 7, green value is 18 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #071206 hue: 0.32 , saturation: 0.50 and the lightness value of 071206 is 0.05.

The process color (four color CMYK) of #071206 color hex is 0.61, 0.00, 0.67, 0.93. Web safe color of #071206 is #000000. Color #071206 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 00010010 00000110
Octal 7 22 6
Decimal 7 18 6
Hex 7 12 6

RGB Percentages of Color #071206

%22.58
%58.06
%19.35

CMYK Percentages of Color #071206

%61
%0
%67
%93

Triadic Colors of #071206

#071206 #060712 #120607

Analogous Colors of #071206

#071206 #06120b #0d1206

Monochromatic Colors of #071206

#071206

Complementary Color

#071206 #110612

#071206 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#071206 Color Preview on White Background

Lorem ipsum dolor sit amet.

#071206 Color CSS Codes

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

#071206 Text Font Color

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

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


#071206 Background Color

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

This div background color is #071206


#071206 Border Color

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

This div border color is #071206


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #071206


Comments

No comments written yet.

Please login to write comment.