Color Hex Logo

#0dccde Color Hex

#0DCCDE
(13,204,222)
0 Favorites   0 Comments

Color spaces of #0dccde

RGB 13204222
HSL0.510.890.46
HSV185°94°87°
CMYK 0.940.080.00   0.13
XYZ34.943748.545276.6357
Yxy48.54520.21820.3032
Hunter Lab69.6744-32.4073-16.4417
CIE-Lab75.1675-34.7734-20.7192

#0dccde color RGB value is (13,204,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001100 11011110
Octal 15 314 336
Decimal 13 204 222
Hex D CC DE

RGB Percentages of Color #0dccde

%2.96
%46.47
%50.57

CMYK Percentages of Color #0dccde

%94
%8
%0
%13

Triadic Colors of #0dccde

#0dccde #de0dcc #ccde0d

Analogous Colors of #0dccde

#0dccde #0d64de #0dde88

Monochromatic Colors of #0dccde

#0dccde

Complementary Color

#0dccde #de1f0d

#0dccde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dccde Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dccde Color CSS Codes

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

#0dccde Text Font Color

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

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


#0dccde Background Color

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

This div background color is #0dccde


#0dccde Border Color

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

This div border color is #0dccde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dccde


Comments

No comments written yet.

Please login to write comment.