Color Hex Logo

#09998e Color Hex

#09998E
(9,153,142)
0 Favorites   0 Comments

Color spaces of #09998e

RGB 9153142
HSL0.490.890.32
HSV175°94°60°
CMYK 0.940.000.07   0.40
XYZ16.386424.793529.5132
Yxy24.79350.23180.3507
Hunter Lab49.7931-28.3953-0.2870
CIE-Lab56.8737-35.8287-3.7899

#09998e color RGB value is (9,153,142).

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

The process color (four color CMYK) of #09998e color hex is 0.94, 0.00, 0.07, 0.40. Web safe color of #09998e is #009999. Color #09998e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011001 10001110
Octal 11 231 216
Decimal 9 153 142
Hex 9 99 8E

RGB Percentages of Color #09998e

%2.96
%50.33
%46.71

CMYK Percentages of Color #09998e

%94
%0
%7
%40

Triadic Colors of #09998e

#09998e #8e0999 #998e09

Analogous Colors of #09998e

#09998e #095c99 #099946

Monochromatic Colors of #09998e

#09998e

Complementary Color

#09998e #990914

#09998e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09998e Color Preview on White Background

Lorem ipsum dolor sit amet.

#09998e Color CSS Codes

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

#09998e Text Font Color

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

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


#09998e Background Color

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

This div background color is #09998e


#09998e Border Color

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

This div border color is #09998e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09998e


Comments

No comments written yet.

Please login to write comment.