Color Hex Logo

#00abaa Color Hex

#00ABAA
(0,171,170)
0 Favorites   0 Comments

Color spaces of #00abaa

RGB 0171170
HSL0.501.000.34
HSV180°100°67°
CMYK 1.000.000.01   0.33
XYZ21.818632.028143.0623
Yxy32.02810.22510.3305
Hunter Lab56.5934-30.2208-5.4988
CIE-Lab63.3661-35.9463-9.9674

#00abaa color RGB value is (0,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101011 10101010
Octal 0 253 252
Decimal 0 171 170
Hex 0 AB AA

RGB Percentages of Color #00abaa

%0.00
%50.15
%49.85

CMYK Percentages of Color #00abaa

%100
%0
%1
%33

Triadic Colors of #00abaa

#00abaa #aa00ab #abaa00

Analogous Colors of #00abaa

#00abaa #0056ab #00ab55

Monochromatic Colors of #00abaa

#00abaa

Complementary Color

#00abaa #ab0001

#00abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#00abaa Color CSS Codes

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

#00abaa Text Font Color

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

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


#00abaa Background Color

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

This div background color is #00abaa


#00abaa Border Color

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

This div border color is #00abaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00abaa


Comments

No comments written yet.

Please login to write comment.