Color Hex Logo

#094016 Color Hex

#094016
(9,64,22)
0 Favorites   0 Comments

Color spaces of #094016

RGB 96422
HSL0.370.750.14
HSV134°86°25°
CMYK 0.860.000.66   0.75
XYZ2.09093.78281.3790
Yxy3.78280.28830.5216
Hunter Lab19.4494-14.84699.4108
CIE-Lab22.9400-27.745820.5187

#094016 color RGB value is (9,64,22).

#094016 hex color red value is 9, green value is 64 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #094016 hue: 0.37 , saturation: 0.75 and the lightness value of 094016 is 0.14.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000000 00010110
Octal 11 100 26
Decimal 9 64 22
Hex 9 40 16

RGB Percentages of Color #094016

%9.47
%67.37
%23.16

CMYK Percentages of Color #094016

%86
%0
%66
%75

Triadic Colors of #094016

#094016 #160940 #401609

Analogous Colors of #094016

#094016 #094032 #184009

Monochromatic Colors of #094016

#094016

Complementary Color

#094016 #400933

#094016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094016 Color CSS Codes

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

#094016 Text Font Color

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

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


#094016 Background Color

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

This div background color is #094016


#094016 Border Color

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

This div border color is #094016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094016


Comments

No comments written yet.

Please login to write comment.