Color Hex Logo

#0aaadb Color Hex

#0AAADB
(10,170,219)
0 Favorites   0 Comments

Color spaces of #0aaadb

RGB 10170219
HSL0.540.910.45
HSV194°95°86°
CMYK 0.950.220.00   0.14
XYZ27.286133.928572.1286
Yxy33.92850.20460.2544
Hunter Lab58.2482-18.3168-32.6450
CIE-Lab64.9058-18.8910-34.8535

#0aaadb color RGB value is (10,170,219).

#0aaadb hex color red value is 10, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #0aaadb hue: 0.54 , saturation: 0.91 and the lightness value of 0aaadb is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101010 11011011
Octal 12 252 333
Decimal 10 170 219
Hex A AA DB

RGB Percentages of Color #0aaadb

%2.51
%42.61
%54.89

CMYK Percentages of Color #0aaadb

%95
%22
%0
%14

Triadic Colors of #0aaadb

#0aaadb #db0aaa #aadb0a

Analogous Colors of #0aaadb

#0aaadb #0a41db #0adba4

Monochromatic Colors of #0aaadb

#0aaadb

Complementary Color

#0aaadb #db3b0a

#0aaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaadb Color CSS Codes

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

#0aaadb Text Font Color

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

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


#0aaadb Background Color

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

This div background color is #0aaadb


#0aaadb Border Color

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

This div border color is #0aaadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaadb


Comments

No comments written yet.

Please login to write comment.