Color Hex Logo

#00adab Color Hex

#00ADAB
(0,173,171)
0 Favorites   0 Comments

Color spaces of #00adab

RGB 0173171
HSL0.501.000.34
HSV179°100°68°
CMYK 1.000.000.01   0.32
XYZ22.294332.827443.6894
Yxy32.82740.22560.3322
Hunter Lab57.2952-30.8100-5.1039
CIE-Lab64.0209-36.5598-9.5476

#00adab color RGB value is (0,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 10101011
Octal 0 255 253
Decimal 0 173 171
Hex 0 AD AB

RGB Percentages of Color #00adab

%0.00
%50.29
%49.71

CMYK Percentages of Color #00adab

%100
%0
%1
%32

Triadic Colors of #00adab

#00adab #ab00ad #adab00

Analogous Colors of #00adab

#00adab #0058ad #00ad55

Monochromatic Colors of #00adab

#00adab

Complementary Color

#00adab #ad0002

#00adab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adab Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adab Color CSS Codes

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

#00adab Text Font Color

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

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


#00adab Background Color

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

This div background color is #00adab


#00adab Border Color

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

This div border color is #00adab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adab


Comments

No comments written yet.

Please login to write comment.