Color Hex Logo

#00989e Color Hex

#00989E
(0,152,158)
0 Favorites   0 Comments

Color spaces of #00989e

RGB 0152158
HSL0.511.000.31
HSV182°100°62°
CMYK 1.000.040.00   0.38
XYZ17.399824.925136.2417
Yxy24.92510.22150.3172
Hunter Lab49.9250-25.1583-8.0924
CIE-Lab57.0024-30.7611-12.7390

#00989e color RGB value is (0,152,158).

#00989e hex color red value is 0, green value is 152 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00989e hue: 0.51 , saturation: 1.00 and the lightness value of 00989e is 0.31.

The process color (four color CMYK) of #00989e color hex is 1.00, 0.04, 0.00, 0.38. Web safe color of #00989e is #009999. Color #00989e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011000 10011110
Octal 0 230 236
Decimal 0 152 158
Hex 0 98 9E

RGB Percentages of Color #00989e

%0.00
%49.03
%50.97

CMYK Percentages of Color #00989e

%100
%4
%0
%38

Triadic Colors of #00989e

#00989e #9e0098 #989e00

Analogous Colors of #00989e

#00989e #00499e #009e55

Monochromatic Colors of #00989e

#00989e

Complementary Color

#00989e #9e0600

#00989e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00989e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00989e Color CSS Codes

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

#00989e Text Font Color

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

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


#00989e Background Color

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

This div background color is #00989e


#00989e Border Color

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

This div border color is #00989e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,152,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00989e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00989e;
  -webkit-box-shadow: 1px 1px 3px 2px #00989e;
  box-shadow:         1px 1px 3px 2px #00989e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00989e


Comments

No comments written yet.

Please login to write comment.