Color Hex Logo

#0aadbd Color Hex

#0AADBD
(10,173,189)
0 Favorites   0 Comments

Color spaces of #0aadbd

RGB 10173189
HSL0.510.900.39
HSV185°95°74°
CMYK 0.950.080.00   0.26
XYZ24.254133.625853.3562
Yxy33.62580.21800.3023
Hunter Lab57.9878-26.8187-13.9630
CIE-Lab64.6645-30.5507-18.6015

#0aadbd color RGB value is (10,173,189).

#0aadbd hex color red value is 10, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0aadbd hue: 0.51 , saturation: 0.90 and the lightness value of 0aadbd is 0.39.

The process color (four color CMYK) of #0aadbd color hex is 0.95, 0.08, 0.00, 0.26. Web safe color of #0aadbd is #0099cc. Color #0aadbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 10111101
Octal 12 255 275
Decimal 10 173 189
Hex A AD BD

RGB Percentages of Color #0aadbd

%2.69
%46.51
%50.81

CMYK Percentages of Color #0aadbd

%95
%8
%0
%26

Triadic Colors of #0aadbd

#0aadbd #bd0aad #adbd0a

Analogous Colors of #0aadbd

#0aadbd #0a54bd #0abd74

Monochromatic Colors of #0aadbd

#0aadbd

Complementary Color

#0aadbd #bd1a0a

#0aadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadbd Color CSS Codes

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

#0aadbd Text Font Color

<p style="color:#0aadbd">Text here</p>

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


#0aadbd Background Color

<div style="background-color:#0aadbd">
Div content here</div>

This div background color is #0aadbd


#0aadbd Border Color

<div style="border:3px solid #0aadbd">
Div here</div>

This div border color is #0aadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadbd


Comments

No comments written yet.

Please login to write comment.