Color Hex Logo

#0dccdc Color Hex

#0DCCDC
(13,204,220)
0 Favorites   0 Comments

Color spaces of #0dccdc

RGB 13204220
HSL0.510.890.46
HSV185°94°86°
CMYK 0.940.070.00   0.14
XYZ34.677148.438675.2321
Yxy48.43860.21900.3059
Hunter Lab69.5978-32.8587-15.3713
CIE-Lab75.1007-35.3988-19.7415

#0dccdc color RGB value is (13,204,220).

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

The process color (four color CMYK) of #0dccdc color hex is 0.94, 0.07, 0.00, 0.14. Web safe color of #0dccdc is #00cccc. Color #0dccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001100 11011100
Octal 15 314 334
Decimal 13 204 220
Hex D CC DC

RGB Percentages of Color #0dccdc

%2.97
%46.68
%50.34

CMYK Percentages of Color #0dccdc

%94
%7
%0
%14

Triadic Colors of #0dccdc

#0dccdc #dc0dcc #ccdc0d

Analogous Colors of #0dccdc

#0dccdc #0d65dc #0ddc85

Monochromatic Colors of #0dccdc

#0dccdc

Complementary Color

#0dccdc #dc1d0d

#0dccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dccdc Color CSS Codes

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

#0dccdc Text Font Color

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

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


#0dccdc Background Color

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

This div background color is #0dccdc


#0dccdc Border Color

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

This div border color is #0dccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dccdc


Comments

No comments written yet.

Please login to write comment.