Color Hex Logo

#0aadbb Color Hex

#0AADBB
(10,173,187)
0 Favorites   0 Comments

Color spaces of #0aadbb

RGB 10173187
HSL0.510.900.39
HSV185°95°73°
CMYK 0.950.070.00   0.27
XYZ24.038433.539552.2205
Yxy33.53950.21890.3055
Hunter Lab57.9133-27.2573-12.9226
CIE-Lab64.5954-31.1960-17.5938

#0aadbb color RGB value is (10,173,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 10111011
Octal 12 255 273
Decimal 10 173 187
Hex A AD BB

RGB Percentages of Color #0aadbb

%2.70
%46.76
%50.54

CMYK Percentages of Color #0aadbb

%95
%7
%0
%27

Triadic Colors of #0aadbb

#0aadbb #bb0aad #adbb0a

Analogous Colors of #0aadbb

#0aadbb #0a55bb #0abb71

Monochromatic Colors of #0aadbb

#0aadbb

Complementary Color

#0aadbb #bb180a

#0aadbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aadbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aadbb Color CSS Codes

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

#0aadbb Text Font Color

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

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


#0aadbb Background Color

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

This div background color is #0aadbb


#0aadbb Border Color

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

This div border color is #0aadbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aadbb


Comments

No comments written yet.

Please login to write comment.