Color Hex Logo

#00ab9e Color Hex

#00AB9E
(0,171,158)
2 Favorites   0 Comments

Color spaces of #00ab9e

RGB 0171158
HSL0.491.000.34
HSV175°100°67°
CMYK 1.000.000.08   0.33
XYZ20.734531.594437.3533
Yxy31.59440.23120.3523
Hunter Lab56.2089-32.5200-0.0546
CIE-Lab63.0062-39.5520-3.7904

#00ab9e color RGB value is (0,171,158).

#00ab9e hex color red value is 0, green value is 171 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #00ab9e hue: 0.49 , saturation: 1.00 and the lightness value of 00ab9e is 0.34.

The process color (four color CMYK) of #00ab9e color hex is 1.00, 0.00, 0.08, 0.33. Web safe color of #00ab9e is #009999. Color #00ab9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 10011110
Octal 0 253 236
Decimal 0 171 158
Hex 0 AB 9E

RGB Percentages of Color #00ab9e

%0.00
%51.98
%48.02

CMYK Percentages of Color #00ab9e

%100
%0
%8
%33

Triadic Colors of #00ab9e

#00ab9e #9e00ab #ab9e00

Analogous Colors of #00ab9e

#00ab9e #0062ab #00ab49

Monochromatic Colors of #00ab9e

#00ab9e

Complementary Color

#00ab9e #ab000d

#00ab9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00ab9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#00ab9e Color CSS Codes

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

#00ab9e Text Font Color

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

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


#00ab9e Background Color

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

This div background color is #00ab9e


#00ab9e Border Color

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

This div border color is #00ab9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00ab9e

#00ab9e Color Palettes


Comments

No comments written yet.

Please login to write comment.