Color Hex Logo

#09816e Color Hex

#09816E
(9,129,110)
0 Favorites   0 Comments

Color spaces of #09816e

RGB 9129110
HSL0.470.870.27
HSV171°93°51°
CMYK 0.930.000.15   0.49
XYZ10.777416.884417.4428
Yxy16.88440.23890.3743
Hunter Lab41.0906-25.09103.5951
CIE-Lab48.1140-34.34631.9201

#09816e color RGB value is (9,129,110).

#09816e hex color red value is 9, green value is 129 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #09816e hue: 0.47 , saturation: 0.87 and the lightness value of 09816e is 0.27.

The process color (four color CMYK) of #09816e color hex is 0.93, 0.00, 0.15, 0.49. Web safe color of #09816e is #009966. Color #09816e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000001 01101110
Octal 11 201 156
Decimal 9 129 110
Hex 9 81 6E

RGB Percentages of Color #09816e

%3.63
%52.02
%44.35

CMYK Percentages of Color #09816e

%93
%0
%15
%49

Triadic Colors of #09816e

#09816e #6e0981 #816e09

Analogous Colors of #09816e

#09816e #095881 #098132

Monochromatic Colors of #09816e

#09816e

Complementary Color

#09816e #81091c

#09816e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09816e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09816e Color CSS Codes

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

#09816e Text Font Color

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

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


#09816e Background Color

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

This div background color is #09816e


#09816e Border Color

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

This div border color is #09816e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,129,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09816e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09816e;
  -webkit-box-shadow: 1px 1px 3px 2px #09816e;
  box-shadow:         1px 1px 3px 2px #09816e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09816e


Comments

No comments written yet.

Please login to write comment.