Color Hex Logo

#008896 Color Hex

#008896
(0,136,150)
0 Favorites   0 Comments

Color spaces of #008896

RGB 0136150
HSL0.521.000.29
HSV186°100°59°
CMYK 1.000.090.00   0.41
XYZ14.309219.810331.9238
Yxy19.81030.21670.3000
Hunter Lab44.5088-20.5041-11.3695
CIE-Lab51.6221-25.4862-16.2766

#008896 color RGB value is (0,136,150).

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

The process color (four color CMYK) of #008896 color hex is 1.00, 0.09, 0.00, 0.41. Web safe color of #008896 is #009999. Color #008896 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10001000 10010110
Octal 0 210 226
Decimal 0 136 150
Hex 0 88 96

RGB Percentages of Color #008896

%0.00
%47.55
%52.45

CMYK Percentages of Color #008896

%100
%9
%0
%41

Triadic Colors of #008896

#008896 #960088 #889600

Analogous Colors of #008896

#008896 #003d96 #009659

Monochromatic Colors of #008896

#008896

Complementary Color

#008896 #960e00

#008896 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#008896 Color Preview on White Background

Lorem ipsum dolor sit amet.

#008896 Color CSS Codes

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

#008896 Text Font Color

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

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


#008896 Background Color

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

This div background color is #008896


#008896 Border Color

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

This div border color is #008896


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,136,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 #008896">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #008896


Comments

No comments written yet.

Please login to write comment.