Color Hex Logo

#094111 Color Hex

#094111
(9,65,17)
0 Favorites   0 Comments

Color spaces of #094111

RGB 96517
HSL0.360.760.15
HSV129°86°25°
CMYK 0.860.000.74   0.75
XYZ2.10413.87911.1682
Yxy3.87910.29420.5424
Hunter Lab19.6954-15.397510.2701
CIE-Lab23.2677-28.864023.5916

#094111 color RGB value is (9,65,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000001 00010001
Octal 11 101 21
Decimal 9 65 17
Hex 9 41 11

RGB Percentages of Color #094111

%9.89
%71.43
%18.68

CMYK Percentages of Color #094111

%86
%0
%74
%75

Triadic Colors of #094111

#094111 #110941 #411109

Analogous Colors of #094111

#094111 #09412d #1d4109

Monochromatic Colors of #094111

#094111

Complementary Color

#094111 #410939

#094111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094111 Color CSS Codes

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

#094111 Text Font Color

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

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


#094111 Background Color

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

This div background color is #094111


#094111 Border Color

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

This div border color is #094111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094111


Comments

No comments written yet.

Please login to write comment.