Color Hex Logo

#089796 Color Hex

#089796
(8,151,150)
0 Favorites   0 Comments

Color spaces of #089796

RGB 8151150
HSL0.500.900.31
HSV180°95°59°
CMYK 0.950.000.01   0.41
XYZ16.671824.386832.6826
Yxy24.38680.22610.3307
Hunter Lab49.3830-26.1583-4.6711
CIE-Lab56.4730-32.4954-8.9573

#089796 color RGB value is (8,151,150).

#089796 hex color red value is 8, green value is 151 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #089796 hue: 0.50 , saturation: 0.90 and the lightness value of 089796 is 0.31.

The process color (four color CMYK) of #089796 color hex is 0.95, 0.00, 0.01, 0.41. Web safe color of #089796 is #009999. Color #089796 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010111 10010110
Octal 10 227 226
Decimal 8 151 150
Hex 8 97 96

RGB Percentages of Color #089796

%2.59
%48.87
%48.54

CMYK Percentages of Color #089796

%95
%0
%1
%41

Triadic Colors of #089796

#089796 #960897 #979608

Analogous Colors of #089796

#089796 #085197 #08974f

Monochromatic Colors of #089796

#089796

Complementary Color

#089796 #970809

#089796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089796 Color CSS Codes

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

#089796 Text Font Color

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

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


#089796 Background Color

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

This div background color is #089796


#089796 Border Color

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

This div border color is #089796


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(8,151,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #089796; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #089796;
  -webkit-box-shadow: 1px 1px 3px 2px #089796;
  box-shadow:         1px 1px 3px 2px #089796; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089796


Comments

No comments written yet.

Please login to write comment.