Color Hex Logo

#099e92 Color Hex

#099E92
(9,158,146)
0 Favorites   0 Comments

Color spaces of #099e92

RGB 9158146
HSL0.490.890.33
HSV175°94°62°
CMYK 0.940.000.08   0.38
XYZ17.527826.587131.4021
Yxy26.58710.23210.3521
Hunter Lab51.5627-29.5568-0.0142
CIE-Lab58.5902-36.9106-3.5348

#099e92 color RGB value is (9,158,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011110 10010010
Octal 11 236 222
Decimal 9 158 146
Hex 9 9E 92

RGB Percentages of Color #099e92

%2.88
%50.48
%46.65

CMYK Percentages of Color #099e92

%94
%0
%8
%38

Triadic Colors of #099e92

#099e92 #92099e #9e9209

Analogous Colors of #099e92

#099e92 #09609e #099e47

Monochromatic Colors of #099e92

#099e92

Complementary Color

#099e92 #9e0915

#099e92 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099e92 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099e92 Color CSS Codes

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

#099e92 Text Font Color

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

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


#099e92 Background Color

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

This div background color is #099e92


#099e92 Border Color

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

This div border color is #099e92


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099e92


Comments

No comments written yet.

Please login to write comment.