Color Hex Logo

#094211 Color Hex

#094211
(9,66,17)
0 Favorites   0 Comments

Color spaces of #094211

RGB 96617
HSL0.360.760.15
HSV128°86°26°
CMYK 0.860.000.74   0.74
XYZ2.16203.99501.1875
Yxy3.99500.29440.5439
Hunter Lab19.9875-15.670210.4687
CIE-Lab23.6549-29.257024.0177

#094211 color RGB value is (9,66,17).

#094211 hex color red value is 9, green value is 66 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #094211 hue: 0.36 , saturation: 0.76 and the lightness value of 094211 is 0.15.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 00010001
Octal 11 102 21
Decimal 9 66 17
Hex 9 42 11

RGB Percentages of Color #094211

%9.78
%71.74
%18.48

CMYK Percentages of Color #094211

%86
%0
%74
%74

Triadic Colors of #094211

#094211 #110942 #421109

Analogous Colors of #094211

#094211 #09422e #1e4209

Monochromatic Colors of #094211

#094211

Complementary Color

#094211 #42093a

#094211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094211 Color CSS Codes

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

#094211 Text Font Color

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

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


#094211 Background Color

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

This div background color is #094211


#094211 Border Color

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

This div border color is #094211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094211


Comments

No comments written yet.

Please login to write comment.