Color Hex Logo

#09896f Color Hex

#09896F
(9,137,111)
0 Favorites   0 Comments

Color spaces of #09896f

RGB 9137111
HSL0.470.880.29
HSV168°93°54°
CMYK 0.930.000.19   0.46
XYZ11.927619.097118.0964
Yxy19.09710.24280.3888
Hunter Lab43.7002-27.75546.0380
CIE-Lab50.8006-37.60645.2120

#09896f color RGB value is (9,137,111).

#09896f hex color red value is 9, green value is 137 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #09896f hue: 0.47 , saturation: 0.88 and the lightness value of 09896f is 0.29.

The process color (four color CMYK) of #09896f color hex is 0.93, 0.00, 0.19, 0.46. Web safe color of #09896f is #009966. Color #09896f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001001 01101111
Octal 11 211 157
Decimal 9 137 111
Hex 9 89 6F

RGB Percentages of Color #09896f

%3.50
%53.31
%43.19

CMYK Percentages of Color #09896f

%93
%0
%19
%46

Triadic Colors of #09896f

#09896f #6f0989 #896f09

Analogous Colors of #09896f

#09896f #096389 #09892f

Monochromatic Colors of #09896f

#09896f

Complementary Color

#09896f #890923

#09896f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09896f Color Preview on White Background

Lorem ipsum dolor sit amet.

#09896f Color CSS Codes

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

#09896f Text Font Color

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

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


#09896f Background Color

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

This div background color is #09896f


#09896f Border Color

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

This div border color is #09896f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,137,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09896f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09896f;
  -webkit-box-shadow: 1px 1px 3px 2px #09896f;
  box-shadow:         1px 1px 3px 2px #09896f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09896f


Comments

No comments written yet.

Please login to write comment.