Color Hex Logo

#095930 Color Hex

#095930
(9,89,48)
0 Favorites   0 Comments

Color spaces of #095930

RGB 98948
HSL0.410.820.19
HSV149°90°35°
CMYK 0.900.000.46   0.65
XYZ4.21857.41624.0054
Yxy7.41620.26970.4742
Hunter Lab27.2327-20.006610.3425
CIE-Lab32.7362-33.041417.5121

#095930 color RGB value is (9,89,48).

#095930 hex color red value is 9, green value is 89 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #095930 hue: 0.41 , saturation: 0.82 and the lightness value of 095930 is 0.19.

The process color (four color CMYK) of #095930 color hex is 0.90, 0.00, 0.46, 0.65. Web safe color of #095930 is #006633. Color #095930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011001 00110000
Octal 11 131 60
Decimal 9 89 48
Hex 9 59 30

RGB Percentages of Color #095930

%6.16
%60.96
%32.88

CMYK Percentages of Color #095930

%90
%0
%46
%65

Triadic Colors of #095930

#095930 #300959 #593009

Analogous Colors of #095930

#095930 #095958 #0a5909

Monochromatic Colors of #095930

#095930

Complementary Color

#095930 #590932

#095930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#095930 Color CSS Codes

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

#095930 Text Font Color

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

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


#095930 Background Color

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

This div background color is #095930


#095930 Border Color

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

This div border color is #095930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095930


Comments

No comments written yet.

Please login to write comment.