Color Hex Logo

#0dafdd Color Hex

#0DAFDD
(13,175,221)
0 Favorites   0 Comments

Color spaces of #0dafdd

RGB 13175221
HSL0.540.890.46
HSV193°94°87°
CMYK 0.940.210.00   0.13
XYZ28.547135.966073.8441
Yxy35.96600.20630.2600
Hunter Lab59.9717-19.9826-31.0246
CIE-Lab66.4939-20.7318-33.4867

#0dafdd color RGB value is (13,175,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 11011101
Octal 15 257 335
Decimal 13 175 221
Hex D AF DD

RGB Percentages of Color #0dafdd

%3.18
%42.79
%54.03

CMYK Percentages of Color #0dafdd

%94
%21
%0
%13

Triadic Colors of #0dafdd

#0dafdd #dd0daf #afdd0d

Analogous Colors of #0dafdd

#0dafdd #0d47dd #0ddda3

Monochromatic Colors of #0dafdd

#0dafdd

Complementary Color

#0dafdd #dd3b0d

#0dafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dafdd Color CSS Codes

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

#0dafdd Text Font Color

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

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


#0dafdd Background Color

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

This div background color is #0dafdd


#0dafdd Border Color

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

This div border color is #0dafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dafdd


Comments

No comments written yet.

Please login to write comment.