Color Hex Logo

#094240 Color Hex

#094240
(9,66,64)
0 Favorites   0 Comments

Color spaces of #094240

RGB 96664
HSL0.490.760.15
HSV178°86°26°
CMYK 0.860.000.03   0.74
XYZ2.98634.32475.5278
Yxy4.32470.23260.3368
Hunter Lab20.7959-10.7602-1.2028
CIE-Lab24.7171-17.7308-3.8542

#094240 color RGB value is (9,66,64).

#094240 hex color red value is 9, green value is 66 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #094240 hue: 0.49 , saturation: 0.76 and the lightness value of 094240 is 0.15.

The process color (four color CMYK) of #094240 color hex is 0.86, 0.00, 0.03, 0.74. Web safe color of #094240 is #003333. Color #094240 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01000010 01000000
Octal 11 102 100
Decimal 9 66 64
Hex 9 42 40

RGB Percentages of Color #094240

%6.47
%47.48
%46.04

CMYK Percentages of Color #094240

%86
%0
%3
%74

Triadic Colors of #094240

#094240 #400942 #424009

Analogous Colors of #094240

#094240 #092842 #094224

Monochromatic Colors of #094240

#094240

Complementary Color

#094240 #42090b

#094240 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094240 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094240 Color CSS Codes

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

#094240 Text Font Color

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

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


#094240 Background Color

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

This div background color is #094240


#094240 Border Color

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

This div border color is #094240


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094240


Comments

No comments written yet.

Please login to write comment.