Color Hex Logo

#089385 Color Hex

#089385
(8,147,133)
0 Favorites   0 Comments

Color spaces of #089385

RGB 8147133
HSL0.480.900.30
HSV174°95°58°
CMYK 0.950.000.10   0.42
XYZ14.767522.612525.7766
Yxy22.61250.23380.3580
Hunter Lab47.5526-27.78371.1478
CIE-Lab54.6709-35.8180-1.8770

#089385 color RGB value is (8,147,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001000 10010011 10000101
Octal 10 223 205
Decimal 8 147 133
Hex 8 93 85

RGB Percentages of Color #089385

%2.78
%51.04
%46.18

CMYK Percentages of Color #089385

%95
%0
%10
%42

Triadic Colors of #089385

#089385 #850893 #938508

Analogous Colors of #089385

#089385 #085b93 #089340

Monochromatic Colors of #089385

#089385

Complementary Color

#089385 #930816

#089385 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#089385 Color Preview on White Background

Lorem ipsum dolor sit amet.

#089385 Color CSS Codes

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

#089385 Text Font Color

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

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


#089385 Background Color

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

This div background color is #089385


#089385 Border Color

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

This div border color is #089385


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #089385


Comments

No comments written yet.

Please login to write comment.