Color Hex Logo

#09987e Color Hex

#09987E
(9,152,126)
0 Favorites   0 Comments

Color spaces of #09987e

RGB 9152126
HSL0.470.890.32
HSV169°94°60°
CMYK 0.940.000.17   0.40
XYZ15.106824.020923.5790
Yxy24.02090.24090.3831
Hunter Lab49.0111-30.75005.7837
CIE-Lab56.1087-39.97224.2229

#09987e color RGB value is (9,152,126).

#09987e hex color red value is 9, green value is 152 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #09987e hue: 0.47 , saturation: 0.89 and the lightness value of 09987e is 0.32.

The process color (four color CMYK) of #09987e color hex is 0.94, 0.00, 0.17, 0.40. Web safe color of #09987e is #009966. Color #09987e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011000 01111110
Octal 11 230 176
Decimal 9 152 126
Hex 9 98 7E

RGB Percentages of Color #09987e

%3.14
%52.96
%43.90

CMYK Percentages of Color #09987e

%94
%0
%17
%40

Triadic Colors of #09987e

#09987e #7e0998 #987e09

Analogous Colors of #09987e

#09987e #096b98 #099837

Monochromatic Colors of #09987e

#09987e

Complementary Color

#09987e #980923

#09987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09987e Color CSS Codes

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

#09987e Text Font Color

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

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


#09987e Background Color

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

This div background color is #09987e


#09987e Border Color

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

This div border color is #09987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09987e


Comments

No comments written yet.

Please login to write comment.