Color Hex Logo

#0dddcb Color Hex

#0DDDCB
(13,221,203)
0 Favorites   0 Comments

Color spaces of #0dddcb

RGB 13221203
HSL0.490.890.46
HSV175°94°87°
CMYK 0.940.000.08   0.13
XYZ36.801956.110365.3906
Yxy56.11030.23250.3544
Hunter Lab74.9068-43.38940.6770
CIE-Lab79.6766-47.9691-3.7793

#0dddcb color RGB value is (13,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011101 11001011
Octal 15 335 313
Decimal 13 221 203
Hex D DD CB

RGB Percentages of Color #0dddcb

%2.97
%50.57
%46.45

CMYK Percentages of Color #0dddcb

%94
%0
%8
%13

Triadic Colors of #0dddcb

#0dddcb #cb0ddd #ddcb0d

Analogous Colors of #0dddcb

#0dddcb #0d87dd #0ddd63

Monochromatic Colors of #0dddcb

#0dddcb

Complementary Color

#0dddcb #dd0d1f

#0dddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dddcb Color CSS Codes

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

#0dddcb Text Font Color

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

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


#0dddcb Background Color

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

This div background color is #0dddcb


#0dddcb Border Color

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

This div border color is #0dddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dddcb


Comments

No comments written yet.

Please login to write comment.