Color Hex Logo

#008890 Color Hex

#008890
(0,136,144)
0 Favorites   0 Comments

Color spaces of #008890

RGB 0136144
HSL0.511.000.28
HSV183°100°56°
CMYK 1.000.060.00   0.44
XYZ13.838219.621929.4436
Yxy19.62190.22000.3119
Hunter Lab44.2966-21.7559-8.4020
CIE-Lab51.4070-27.5103-13.1133

#008890 color RGB value is (0,136,144).

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

The process color (four color CMYK) of #008890 color hex is 1.00, 0.06, 0.00, 0.44. Web safe color of #008890 is #009999. Color #008890 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001000 10010000
Octal 0 210 220
Decimal 0 136 144
Hex 0 88 90

RGB Percentages of Color #008890

%0.00
%48.57
%51.43

CMYK Percentages of Color #008890

%100
%6
%0
%44

Triadic Colors of #008890

#008890 #900088 #889000

Analogous Colors of #008890

#008890 #004090 #009050

Monochromatic Colors of #008890

#008890

Complementary Color

#008890 #900800

#008890 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008890 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008890 Color CSS Codes

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

#008890 Text Font Color

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

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


#008890 Background Color

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

This div background color is #008890


#008890 Border Color

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

This div border color is #008890


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008890


Comments

No comments written yet.

Please login to write comment.