Color Hex Logo

#089386 Color Hex

#089386
(8,147,134)
0 Favorites   0 Comments

Color spaces of #089386

RGB 8147134
HSL0.480.900.30
HSV174°95°58°
CMYK 0.950.000.09   0.42
XYZ14.836922.640326.1423
Yxy22.64030.23320.3559
Hunter Lab47.5818-27.60860.7323
CIE-Lab54.6999-35.5224-2.4094

#089386 color RGB value is (8,147,134).

#089386 hex color red value is 8, green value is 147 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #089386 hue: 0.48 , saturation: 0.90 and the lightness value of 089386 is 0.30.

The process color (four color CMYK) of #089386 color hex is 0.95, 0.00, 0.09, 0.42. Web safe color of #089386 is #009999. Color #089386 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010011 10000110
Octal 10 223 206
Decimal 8 147 134
Hex 8 93 86

RGB Percentages of Color #089386

%2.77
%50.87
%46.37

CMYK Percentages of Color #089386

%95
%0
%9
%42

Triadic Colors of #089386

#089386 #860893 #938608

Analogous Colors of #089386

#089386 #085a93 #089341

Monochromatic Colors of #089386

#089386

Complementary Color

#089386 #930815

#089386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089386 Color CSS Codes

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

#089386 Text Font Color

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

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


#089386 Background Color

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

This div background color is #089386


#089386 Border Color

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

This div border color is #089386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089386


Comments

No comments written yet.

Please login to write comment.