Color Hex Logo

#089e95 Color Hex

#089E95
(8,158,149)
0 Favorites   0 Comments

Color spaces of #089e95

RGB 8158149
HSL0.490.900.33
HSV176°95°62°
CMYK 0.950.000.06   0.38
XYZ17.751826.675332.6470
Yxy26.67530.23030.3461
Hunter Lab51.6481-29.0326-1.3238
CIE-Lab58.6726-36.0585-5.1163

#089e95 color RGB value is (8,158,149).

#089e95 hex color red value is 8, green value is 158 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #089e95 hue: 0.49 , saturation: 0.90 and the lightness value of 089e95 is 0.33.

The process color (four color CMYK) of #089e95 color hex is 0.95, 0.00, 0.06, 0.38. Web safe color of #089e95 is #009999. Color #089e95 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10011110 10010101
Octal 10 236 225
Decimal 8 158 149
Hex 8 9E 95

RGB Percentages of Color #089e95

%2.54
%50.16
%47.30

CMYK Percentages of Color #089e95

%95
%0
%6
%38

Triadic Colors of #089e95

#089e95 #95089e #9e9508

Analogous Colors of #089e95

#089e95 #085c9e #089e4a

Monochromatic Colors of #089e95

#089e95

Complementary Color

#089e95 #9e0811

#089e95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089e95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089e95 Color CSS Codes

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

#089e95 Text Font Color

<p style="color:#089e95">Text here</p>

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


#089e95 Background Color

<div style="background-color:#089e95">
Div content here</div>

This div background color is #089e95


#089e95 Border Color

<div style="border:3px solid #089e95">
Div here</div>

This div border color is #089e95


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,158,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #089e95; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #089e95;
  -webkit-box-shadow: 1px 1px 3px 2px #089e95;
  box-shadow:         1px 1px 3px 2px #089e95; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089e95


Comments

No comments written yet.

Please login to write comment.