Color Hex Logo

#093c0e Color Hex

#093C0E
(9,60,14)
0 Favorites   0 Comments

Color spaces of #093c0e

RGB 96014
HSL0.350.740.14
HSV126°85°24°
CMYK 0.850.000.77   0.76
XYZ1.80783.32150.9613
Yxy3.32150.29680.5453
Hunter Lab18.2250-14.18779.6302
CIE-Lab21.2880-27.257222.9536

#093c0e color RGB value is (9,60,14).

#093c0e hex color red value is 9, green value is 60 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #093c0e hue: 0.35 , saturation: 0.74 and the lightness value of 093c0e is 0.14.

The process color (four color CMYK) of #093c0e color hex is 0.85, 0.00, 0.77, 0.76. Web safe color of #093c0e is #003300. Color #093c0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00111100 00001110
Octal 11 74 16
Decimal 9 60 14
Hex 9 3C E

RGB Percentages of Color #093c0e

%10.84
%72.29
%16.87

CMYK Percentages of Color #093c0e

%85
%0
%77
%76

Triadic Colors of #093c0e

#093c0e #0e093c #3c0e09

Analogous Colors of #093c0e

#093c0e #093c28 #1e3c09

Monochromatic Colors of #093c0e

#093c0e

Complementary Color

#093c0e #3c0937

#093c0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093c0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#093c0e Color CSS Codes

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

#093c0e Text Font Color

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

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


#093c0e Background Color

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

This div background color is #093c0e


#093c0e Border Color

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

This div border color is #093c0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093c0e


Comments

No comments written yet.

Please login to write comment.