Color Hex Logo

#009363 Color Hex

#009363
(0,147,99)
0 Favorites   0 Comments

Color spaces of #009363

RGB 014799
HSL0.451.000.29
HSV160°100°58°
CMYK 1.000.000.33   0.42
XYZ12.685821.768315.3375
Yxy21.76830.25480.4372
Hunter Lab46.6565-33.115113.1690
CIE-Lab53.7803-45.254316.2482

#009363 color RGB value is (0,147,99).

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

The process color (four color CMYK) of #009363 color hex is 1.00, 0.00, 0.33, 0.42. Web safe color of #009363 is #009966. Color #009363 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010011 01100011
Octal 0 223 143
Decimal 0 147 99
Hex 0 93 63

RGB Percentages of Color #009363

%0.00
%59.76
%40.24

CMYK Percentages of Color #009363

%100
%0
%33
%42

Triadic Colors of #009363

#009363 #630093 #936300

Analogous Colors of #009363

#009363 #007a93 #00931a

Monochromatic Colors of #009363

#009363

Complementary Color

#009363 #930030

#009363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009363 Color CSS Codes

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

#009363 Text Font Color

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

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


#009363 Background Color

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

This div background color is #009363


#009363 Border Color

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

This div border color is #009363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009363


Comments

No comments written yet.

Please login to write comment.