Color Hex Logo

#094c26 Color Hex

#094C26
(9,76,38)
0 Favorites   0 Comments

Color spaces of #094c26

RGB 97638
HSL0.410.790.17
HSV146°88°30°
CMYK 0.880.000.50   0.70
XYZ3.04705.36692.7090
Yxy5.36690.27390.4825
Hunter Lab23.1666-17.06429.2835
CIE-Lab27.7555-29.765617.0539

#094c26 color RGB value is (9,76,38).

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

The process color (four color CMYK) of #094c26 color hex is 0.88, 0.00, 0.50, 0.70. Web safe color of #094c26 is #003333. Color #094c26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01001100 00100110
Octal 11 114 46
Decimal 9 76 38
Hex 9 4C 26

RGB Percentages of Color #094c26

%7.32
%61.79
%30.89

CMYK Percentages of Color #094c26

%88
%0
%50
%70

Triadic Colors of #094c26

#094c26 #26094c #4c2609

Analogous Colors of #094c26

#094c26 #094c48 #0e4c09

Monochromatic Colors of #094c26

#094c26

Complementary Color

#094c26 #4c092f

#094c26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#094c26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#094c26 Color CSS Codes

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

#094c26 Text Font Color

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

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


#094c26 Background Color

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

This div background color is #094c26


#094c26 Border Color

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

This div border color is #094c26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #094c26


Comments

No comments written yet.

Please login to write comment.