Color Hex Logo

#09866d Color Hex

#09866D
(9,134,109)
0 Favorites   0 Comments

Color spaces of #09866d

RGB 9134109
HSL0.470.870.28
HSV168°93°53°
CMYK 0.930.000.19   0.47
XYZ11.398118.212417.3826
Yxy18.21240.24250.3876
Hunter Lab42.6760-27.00845.7234
CIE-Lab49.7527-36.85004.8705

#09866d color RGB value is (9,134,109).

#09866d hex color red value is 9, green value is 134 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #09866d hue: 0.47 , saturation: 0.87 and the lightness value of 09866d is 0.28.

The process color (four color CMYK) of #09866d color hex is 0.93, 0.00, 0.19, 0.47. Web safe color of #09866d is #009966. Color #09866d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000110 01101101
Octal 11 206 155
Decimal 9 134 109
Hex 9 86 6D

RGB Percentages of Color #09866d

%3.57
%53.17
%43.25

CMYK Percentages of Color #09866d

%93
%0
%19
%47

Triadic Colors of #09866d

#09866d #6d0986 #866d09

Analogous Colors of #09866d

#09866d #096086 #09862f

Monochromatic Colors of #09866d

#09866d

Complementary Color

#09866d #860922

#09866d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09866d Color Preview on White Background

Lorem ipsum dolor sit amet.

#09866d Color CSS Codes

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

#09866d Text Font Color

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

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


#09866d Background Color

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

This div background color is #09866d


#09866d Border Color

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

This div border color is #09866d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,134,109, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09866d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09866d;
  -webkit-box-shadow: 1px 1px 3px 2px #09866d;
  box-shadow:         1px 1px 3px 2px #09866d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09866d


Comments

No comments written yet.

Please login to write comment.