Color Hex Logo

#09ad0e Color Hex

#09AD0E
(9,173,14)
0 Favorites   0 Comments

Color spaces of #09ad0e

RGB 917314
HSL0.340.900.36
HSV122°95°68°
CMYK 0.950.000.92   0.32
XYZ15.135529.97695.4039
Yxy29.97690.29960.5934
Hunter Lab54.7512-46.469732.4739
CIE-Lab61.6343-63.618060.3536

#09ad0e color RGB value is (9,173,14).

#09ad0e hex color red value is 9, green value is 173 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #09ad0e hue: 0.34 , saturation: 0.90 and the lightness value of 09ad0e is 0.36.

The process color (four color CMYK) of #09ad0e color hex is 0.95, 0.00, 0.92, 0.32. Web safe color of #09ad0e is #009900. Color #09ad0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10101101 00001110
Octal 11 255 16
Decimal 9 173 14
Hex 9 AD E

RGB Percentages of Color #09ad0e

%4.59
%88.27
%7.14

CMYK Percentages of Color #09ad0e

%95
%0
%92
%32

Triadic Colors of #09ad0e

#09ad0e #0e09ad #ad0e09

Analogous Colors of #09ad0e

#09ad0e #09ad60 #56ad09

Monochromatic Colors of #09ad0e

#09ad0e

Complementary Color

#09ad0e #ad09a8

#09ad0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09ad0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09ad0e Color CSS Codes

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

#09ad0e Text Font Color

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

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


#09ad0e Background Color

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

This div background color is #09ad0e


#09ad0e Border Color

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

This div border color is #09ad0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,173,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09ad0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09ad0e;
  -webkit-box-shadow: 1px 1px 3px 2px #09ad0e;
  box-shadow:         1px 1px 3px 2px #09ad0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09ad0e


Comments

No comments written yet.

Please login to write comment.