Color Hex Logo

#0ddccd Color Hex

#0DDCCD
(13,220,205)
0 Favorites   0 Comments

Color spaces of #0ddccd

RGB 13220205
HSL0.490.890.46
HSV176°94°86°
CMYK 0.940.000.07   0.14
XYZ36.778655.679766.5664
Yxy55.67970.23130.3501
Hunter Lab74.6188-42.6027-0.6586
CIE-Lab79.4312-46.9884-5.2077

#0ddccd color RGB value is (13,220,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 11001101
Octal 15 334 315
Decimal 13 220 205
Hex D DC CD

RGB Percentages of Color #0ddccd

%2.97
%50.23
%46.80

CMYK Percentages of Color #0ddccd

%94
%0
%7
%14

Triadic Colors of #0ddccd

#0ddccd #cd0ddc #dccd0d

Analogous Colors of #0ddccd

#0ddccd #0d84dc #0ddc66

Monochromatic Colors of #0ddccd

#0ddccd

Complementary Color

#0ddccd #dc0d1c

#0ddccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddccd Color CSS Codes

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

#0ddccd Text Font Color

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

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


#0ddccd Background Color

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

This div background color is #0ddccd


#0ddccd Border Color

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

This div border color is #0ddccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddccd


Comments

No comments written yet.

Please login to write comment.