Color Hex Logo

#00a9ab Color Hex

#00A9AB
(0,169,171)
0 Favorites   0 Comments

Color spaces of #00a9ab

RGB 0169171
HSL0.501.000.34
HSV181°100°67°
CMYK 1.000.010.00   0.33
XYZ21.538731.316243.4375
Yxy31.31620.22370.3252
Hunter Lab55.9609-29.2289-6.8490
CIE-Lab62.7737-34.7074-11.4140

#00a9ab color RGB value is (0,169,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101001 10101011
Octal 0 251 253
Decimal 0 169 171
Hex 0 A9 AB

RGB Percentages of Color #00a9ab

%0.00
%49.71
%50.29

CMYK Percentages of Color #00a9ab

%100
%1
%0
%33

Triadic Colors of #00a9ab

#00a9ab #ab00a9 #a9ab00

Analogous Colors of #00a9ab

#00a9ab #0054ab #00ab58

Monochromatic Colors of #00a9ab

#00a9ab

Complementary Color

#00a9ab #ab0200

#00a9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00a9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#00a9ab Color CSS Codes

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

#00a9ab Text Font Color

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

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


#00a9ab Background Color

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

This div background color is #00a9ab


#00a9ab Border Color

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

This div border color is #00a9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00a9ab


Comments

No comments written yet.

Please login to write comment.