Color Hex Logo

#0ddcdd Color Hex

#0DDCDD
(13,220,221)
0 Favorites   0 Comments

Color spaces of #0ddcdd

RGB 13220221
HSL0.500.890.46
HSV180°94°87°
CMYK 0.940.000.00   0.13
XYZ38.810356.492477.2652
Yxy56.49240.22490.3274
Hunter Lab75.1614-39.3624-8.3365
CIE-Lab79.8932-42.3908-13.0571

#0ddcdd color RGB value is (13,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 11011101
Octal 15 334 335
Decimal 13 220 221
Hex D DC DD

RGB Percentages of Color #0ddcdd

%2.86
%48.46
%48.68

CMYK Percentages of Color #0ddcdd

%94
%0
%0
%13

Triadic Colors of #0ddcdd

#0ddcdd #dd0ddc #dcdd0d

Analogous Colors of #0ddcdd

#0ddcdd #0d74dd #0ddd76

Monochromatic Colors of #0ddcdd

#0ddcdd

Complementary Color

#0ddcdd #dd0e0d

#0ddcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddcdd Color CSS Codes

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

#0ddcdd Text Font Color

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

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


#0ddcdd Background Color

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

This div background color is #0ddcdd


#0ddcdd Border Color

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

This div border color is #0ddcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddcdd


Comments

No comments written yet.

Please login to write comment.