Color Hex Logo

#094e20 Color Hex

#094E20
(9,78,32)
0 Favorites   0 Comments

Color spaces of #094e20

RGB 97832
HSL0.390.790.17
HSV140°88°31°
CMYK 0.880.000.59   0.69
XYZ3.09785.61112.2863
Yxy5.61110.28170.5103
Hunter Lab23.6878-18.110010.8589
CIE-Lab28.4093-31.705921.3912

#094e20 color RGB value is (9,78,32).

#094e20 hex color red value is 9, green value is 78 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #094e20 hue: 0.39 , saturation: 0.79 and the lightness value of 094e20 is 0.17.

The process color (four color CMYK) of #094e20 color hex is 0.88, 0.00, 0.59, 0.69. Web safe color of #094e20 is #006633. Color #094e20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001110 00100000
Octal 11 116 40
Decimal 9 78 32
Hex 9 4E 20

RGB Percentages of Color #094e20

%7.56
%65.55
%26.89

CMYK Percentages of Color #094e20

%88
%0
%59
%69

Triadic Colors of #094e20

#094e20 #20094e #4e2009

Analogous Colors of #094e20

#094e20 #094e43 #154e09

Monochromatic Colors of #094e20

#094e20

Complementary Color

#094e20 #4e0937

#094e20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094e20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094e20 Color CSS Codes

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

#094e20 Text Font Color

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

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


#094e20 Background Color

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

This div background color is #094e20


#094e20 Border Color

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

This div border color is #094e20


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,78,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #094e20; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #094e20;
  -webkit-box-shadow: 1px 1px 3px 2px #094e20;
  box-shadow:         1px 1px 3px 2px #094e20; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094e20


Comments

No comments written yet.

Please login to write comment.