Color Hex Logo

#008889 Color Hex

#008889
(0,136,137)
0 Favorites   0 Comments

Color spaces of #008889

RGB 0136137
HSL0.501.000.27
HSV180°100°54°
CMYK 1.000.010.00   0.46
XYZ13.319519.414526.7123
Yxy19.41450.22410.3266
Hunter Lab44.0619-23.1494-5.1009
CIE-Lab51.1687-29.8114-9.3947

#008889 color RGB value is (0,136,137).

#008889 hex color red value is 0, green value is 136 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #008889 hue: 0.50 , saturation: 1.00 and the lightness value of 008889 is 0.27.

The process color (four color CMYK) of #008889 color hex is 1.00, 0.01, 0.00, 0.46. Web safe color of #008889 is #009999. Color #008889 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001000 10001001
Octal 0 210 211
Decimal 0 136 137
Hex 0 88 89

RGB Percentages of Color #008889

%0.00
%49.82
%50.18

CMYK Percentages of Color #008889

%100
%1
%0
%46

Triadic Colors of #008889

#008889 #890088 #888900

Analogous Colors of #008889

#008889 #004489 #008945

Monochromatic Colors of #008889

#008889

Complementary Color

#008889 #890100

#008889 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008889 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008889 Color CSS Codes

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

#008889 Text Font Color

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

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


#008889 Background Color

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

This div background color is #008889


#008889 Border Color

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

This div border color is #008889


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,136,137, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #008889; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #008889;
  -webkit-box-shadow: 1px 1px 3px 2px #008889;
  box-shadow:         1px 1px 3px 2px #008889; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,136,137, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008889


Comments

No comments written yet.

Please login to write comment.