Color Hex Logo

#0dcddd Color Hex

#0DCDDD
(13,205,221)
0 Favorites   0 Comments

Color spaces of #0dcddd

RGB 13205221
HSL0.510.890.46
HSV185°94°87°
CMYK 0.940.070.00   0.13
XYZ35.048448.968776.0113
Yxy48.96870.21900.3060
Hunter Lab69.9776-33.0589-15.4178
CIE-Lab75.4319-35.5554-19.7789

#0dcddd color RGB value is (13,205,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 11011101
Octal 15 315 335
Decimal 13 205 221
Hex D CD DD

RGB Percentages of Color #0dcddd

%2.96
%46.70
%50.34

CMYK Percentages of Color #0dcddd

%94
%7
%0
%13

Triadic Colors of #0dcddd

#0dcddd #dd0dcd #cddd0d

Analogous Colors of #0dcddd

#0dcddd #0d65dd #0ddd85

Monochromatic Colors of #0dcddd

#0dcddd

Complementary Color

#0dcddd #dd1d0d

#0dcddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcddd Color CSS Codes

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

#0dcddd Text Font Color

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

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


#0dcddd Background Color

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

This div background color is #0dcddd


#0dcddd Border Color

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

This div border color is #0dcddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcddd


Comments

No comments written yet.

Please login to write comment.