Color Hex Logo

#0daadf Color Hex

#0DAADF
(13,170,223)
0 Favorites   0 Comments

Color spaces of #0daadf

RGB 13170223
HSL0.540.890.46
HSV195°94°87°
CMYK 0.940.240.00   0.13
XYZ27.860034.162774.9377
Yxy34.16270.20340.2494
Hunter Lab58.4489-17.2024-35.1019
CIE-Lab65.0915-17.3951-36.7678

#0daadf color RGB value is (13,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101010 11011111
Octal 15 252 337
Decimal 13 170 223
Hex D AA DF

RGB Percentages of Color #0daadf

%3.20
%41.87
%54.93

CMYK Percentages of Color #0daadf

%94
%24
%0
%13

Triadic Colors of #0daadf

#0daadf #df0daa #aadf0d

Analogous Colors of #0daadf

#0daadf #0d41df #0ddfab

Monochromatic Colors of #0daadf

#0daadf

Complementary Color

#0daadf #df420d

#0daadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0daadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0daadf Color CSS Codes

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

#0daadf Text Font Color

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

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


#0daadf Background Color

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

This div background color is #0daadf


#0daadf Border Color

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

This div border color is #0daadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0daadf


Comments

No comments written yet.

Please login to write comment.