Color Hex Logo

#009394 Color Hex

#009394
(0,147,148)
0 Favorites   0 Comments

Color spaces of #009394

RGB 0147148
HSL0.501.000.29
HSV180°100°58°
CMYK 1.000.010.00   0.42
XYZ15.779023.005631.6258
Yxy23.00560.22410.3267
Hunter Lab47.9642-25.2153-5.5187
CIE-Lab55.0781-31.5710-9.9031

#009394 color RGB value is (0,147,148).

#009394 hex color red value is 0, green value is 147 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #009394 hue: 0.50 , saturation: 1.00 and the lightness value of 009394 is 0.29.

The process color (four color CMYK) of #009394 color hex is 1.00, 0.01, 0.00, 0.42. Web safe color of #009394 is #009999. Color #009394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010011 10010100
Octal 0 223 224
Decimal 0 147 148
Hex 0 93 94

RGB Percentages of Color #009394

%0.00
%49.83
%50.17

CMYK Percentages of Color #009394

%100
%1
%0
%42

Triadic Colors of #009394

#009394 #940093 #939400

Analogous Colors of #009394

#009394 #004994 #00944b

Monochromatic Colors of #009394

#009394

Complementary Color

#009394 #940100

#009394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009394 Color CSS Codes

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

#009394 Text Font Color

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

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


#009394 Background Color

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

This div background color is #009394


#009394 Border Color

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

This div border color is #009394


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,147,148, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009394; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009394;
  -webkit-box-shadow: 1px 1px 3px 2px #009394;
  box-shadow:         1px 1px 3px 2px #009394; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,147,148, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009394

#009394 Color Palettes


Comments

No comments written yet.

Please login to write comment.