Color Hex Logo

#0dacdc Color Hex

#0DACDC
(13,172,220)
0 Favorites   0 Comments

Color spaces of #0dacdc

RGB 13172220
HSL0.540.890.46
HSV194°94°86°
CMYK 0.940.220.00   0.14
XYZ27.836834.757972.9519
Yxy34.75790.20540.2564
Hunter Lab58.9558-18.8915-32.0963
CIE-Lab65.5597-19.5056-34.3868

#0dacdc color RGB value is (13,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 10101100 11011100
Octal 15 254 334
Decimal 13 172 220
Hex D AC DC

RGB Percentages of Color #0dacdc

%3.21
%42.47
%54.32

CMYK Percentages of Color #0dacdc

%94
%22
%0
%14

Triadic Colors of #0dacdc

#0dacdc #dc0dac #acdc0d

Analogous Colors of #0dacdc

#0dacdc #0d44dc #0ddca5

Monochromatic Colors of #0dacdc

#0dacdc

Complementary Color

#0dacdc #dc3d0d

#0dacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dacdc Color CSS Codes

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

#0dacdc Text Font Color

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

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


#0dacdc Background Color

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

This div background color is #0dacdc


#0dacdc Border Color

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

This div border color is #0dacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dacdc


Comments

No comments written yet.

Please login to write comment.