Color Hex Logo

#0aaddb Color Hex

#0AADDB
(10,173,219)
0 Favorites   0 Comments

Color spaces of #0aaddb

RGB 10173219
HSL0.540.910.45
HSV193°95°86°
CMYK 0.950.210.00   0.14
XYZ27.854935.066172.3182
Yxy35.06610.20600.2593
Hunter Lab59.2166-19.6645-30.9562
CIE-Lab65.8001-20.4696-33.4642

#0aaddb color RGB value is (10,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 10101101 11011011
Octal 12 255 333
Decimal 10 173 219
Hex A AD DB

RGB Percentages of Color #0aaddb

%2.49
%43.03
%54.48

CMYK Percentages of Color #0aaddb

%95
%21
%0
%14

Triadic Colors of #0aaddb

#0aaddb #db0aad #addb0a

Analogous Colors of #0aaddb

#0aaddb #0a45db #0adba1

Monochromatic Colors of #0aaddb

#0aaddb

Complementary Color

#0aaddb #db380a

#0aaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0aaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0aaddb Color CSS Codes

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

#0aaddb Text Font Color

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

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


#0aaddb Background Color

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

This div background color is #0aaddb


#0aaddb Border Color

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

This div border color is #0aaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0aaddb


Comments

No comments written yet.

Please login to write comment.