Color Hex Logo

#099e97 Color Hex

#099E97
(9,158,151)
0 Favorites   0 Comments

Color spaces of #099e97

RGB 9158151
HSL0.490.890.33
HSV177°94°62°
CMYK 0.940.000.04   0.38
XYZ17.925426.746233.4959
Yxy26.74620.22930.3422
Hunter Lab51.7167-28.6349-2.1992
CIE-Lab58.7387-35.4148-6.1527

#099e97 color RGB value is (9,158,151).

#099e97 hex color red value is 9, green value is 158 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #099e97 hue: 0.49 , saturation: 0.89 and the lightness value of 099e97 is 0.33.

The process color (four color CMYK) of #099e97 color hex is 0.94, 0.00, 0.04, 0.38. Web safe color of #099e97 is #009999. Color #099e97 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 10010111
Octal 11 236 227
Decimal 9 158 151
Hex 9 9E 97

RGB Percentages of Color #099e97

%2.83
%49.69
%47.48

CMYK Percentages of Color #099e97

%94
%0
%4
%38

Triadic Colors of #099e97

#099e97 #97099e #9e9709

Analogous Colors of #099e97

#099e97 #095a9e #099e4d

Monochromatic Colors of #099e97

#099e97

Complementary Color

#099e97 #9e0910

#099e97 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099e97 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099e97 Color CSS Codes

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

#099e97 Text Font Color

<p style="color:#099e97">Text here</p>

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


#099e97 Background Color

<div style="background-color:#099e97">
Div content here</div>

This div background color is #099e97


#099e97 Border Color

<div style="border:3px solid #099e97">
Div here</div>

This div border color is #099e97


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,158,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099e97; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099e97;
  -webkit-box-shadow: 1px 1px 3px 2px #099e97;
  box-shadow:         1px 1px 3px 2px #099e97; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099e97


Comments

No comments written yet.

Please login to write comment.