Color Hex Logo

#093014 Color Hex

#093014
(9,48,20)
0 Favorites   0 Comments

Color spaces of #093014

RGB 94820
HSL0.380.680.11
HSV137°81°19°
CMYK 0.810.000.58   0.81
XYZ1.29592.22251.0225
Yxy2.22250.28540.4894
Hunter Lab14.9081-10.57286.3691
CIE-Lab16.6141-21.129414.0359

#093014 color RGB value is (9,48,20).

#093014 hex color red value is 9, green value is 48 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #093014 hue: 0.38 , saturation: 0.68 and the lightness value of 093014 is 0.11.

The process color (four color CMYK) of #093014 color hex is 0.81, 0.00, 0.58, 0.81. Web safe color of #093014 is #003300. Color #093014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00110000 00010100
Octal 11 60 24
Decimal 9 48 20
Hex 9 30 14

RGB Percentages of Color #093014

%11.69
%62.34
%25.97

CMYK Percentages of Color #093014

%81
%0
%58
%81

Triadic Colors of #093014

#093014 #140930 #301409

Analogous Colors of #093014

#093014 #093028 #123009

Monochromatic Colors of #093014

#093014

Complementary Color

#093014 #300925

#093014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#093014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#093014 Color CSS Codes

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

#093014 Text Font Color

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

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


#093014 Background Color

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

This div background color is #093014


#093014 Border Color

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

This div border color is #093014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #093014


Comments

No comments written yet.

Please login to write comment.