Color Hex Logo

#00adba Color Hex

#00ADBA
(0,173,186)
0 Favorites   0 Comments

Color spaces of #00adba

RGB 0173186
HSL0.511.000.36
HSV184°100°73°
CMYK 1.000.070.00   0.27
XYZ23.806533.432351.6527
Yxy33.43230.21860.3070
Hunter Lab57.8207-27.6924-12.4908
CIE-Lab64.5094-31.8455-17.1726

#00adba color RGB value is (0,173,186).

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

The process color (four color CMYK) of #00adba color hex is 1.00, 0.07, 0.00, 0.27. Web safe color of #00adba is #0099cc. Color #00adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10101101 10111010
Octal 0 255 272
Decimal 0 173 186
Hex 0 AD BA

RGB Percentages of Color #00adba

%0.00
%48.19
%51.81

CMYK Percentages of Color #00adba

%100
%7
%0
%27

Triadic Colors of #00adba

#00adba #ba00ad #adba00

Analogous Colors of #00adba

#00adba #0050ba #00ba6a

Monochromatic Colors of #00adba

#00adba

Complementary Color

#00adba #ba0d00

#00adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#00adba Color CSS Codes

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

#00adba Text Font Color

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

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


#00adba Background Color

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

This div background color is #00adba


#00adba Border Color

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

This div border color is #00adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #00adba


Comments

No comments written yet.

Please login to write comment.