Color Hex Logo

#0dafdc Color Hex

#0DAFDC
(13,175,220)
0 Favorites   0 Comments

Color spaces of #0dafdc

RGB 13175220
HSL0.540.890.46
HSV193°94°86°
CMYK 0.940.200.00   0.14
XYZ28.414235.912873.1444
Yxy35.91280.20670.2612
Hunter Lab59.9273-20.2379-30.4175
CIE-Lab66.4532-21.0768-33.0001

#0dafdc color RGB value is (13,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101111 11011100
Octal 15 257 334
Decimal 13 175 220
Hex D AF DC

RGB Percentages of Color #0dafdc

%3.19
%42.89
%53.92

CMYK Percentages of Color #0dafdc

%94
%20
%0
%14

Triadic Colors of #0dafdc

#0dafdc #dc0daf #afdc0d

Analogous Colors of #0dafdc

#0dafdc #0d47dc #0ddca2

Monochromatic Colors of #0dafdc

#0dafdc

Complementary Color

#0dafdc #dc3a0d

#0dafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dafdc Color CSS Codes

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

#0dafdc Text Font Color

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

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


#0dafdc Background Color

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

This div background color is #0dafdc


#0dafdc Border Color

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

This div border color is #0dafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dafdc


Comments

No comments written yet.

Please login to write comment.