Color Hex Logo

#0daadb Color Hex

#0DAADB
(13,170,219)
0 Favorites   0 Comments

Color spaces of #0daadb

RGB 13170219
HSL0.540.890.45
HSV194°94°86°
CMYK 0.940.220.00   0.14
XYZ27.326933.949572.1305
Yxy33.94950.20480.2545
Hunter Lab58.2662-18.2492-32.6116
CIE-Lab64.9225-18.7986-34.8262

#0daadb color RGB value is (13,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101010 11011011
Octal 15 252 333
Decimal 13 170 219
Hex D AA DB

RGB Percentages of Color #0daadb

%3.23
%42.29
%54.48

CMYK Percentages of Color #0daadb

%94
%22
%0
%14

Triadic Colors of #0daadb

#0daadb #db0daa #aadb0d

Analogous Colors of #0daadb

#0daadb #0d43db #0ddba5

Monochromatic Colors of #0daadb

#0daadb

Complementary Color

#0daadb #db3e0d

#0daadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daadb Color CSS Codes

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

#0daadb Text Font Color

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

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


#0daadb Background Color

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

This div background color is #0daadb


#0daadb Border Color

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

This div border color is #0daadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daadb


Comments

No comments written yet.

Please login to write comment.