Color Hex Logo

#0dcdcb Color Hex

#0DCDCB
(13,205,203)
0 Favorites   0 Comments

Color spaces of #0dcdcb

RGB 13205203
HSL0.500.880.43
HSV179°94°80°
CMYK 0.940.000.01   0.20
XYZ32.776848.060064.0489
Yxy48.06000.22620.3317
Hunter Lab69.3253-36.9251-6.2497
CIE-Lab74.8628-41.0223-10.9169

#0dcdcb color RGB value is (13,205,203).

#0dcdcb hex color red value is 13, green value is 205 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #0dcdcb hue: 0.50 , saturation: 0.88 and the lightness value of 0dcdcb is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 11001011
Octal 15 315 313
Decimal 13 205 203
Hex D CD CB

RGB Percentages of Color #0dcdcb

%3.09
%48.69
%48.22

CMYK Percentages of Color #0dcdcb

%94
%0
%1
%20

Triadic Colors of #0dcdcb

#0dcdcb #cb0dcd #cdcb0d

Analogous Colors of #0dcdcb

#0dcdcb #0d6fcd #0dcd6b

Monochromatic Colors of #0dcdcb

#0dcdcb

Complementary Color

#0dcdcb #cd0d0f

#0dcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcdcb Color CSS Codes

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

#0dcdcb Text Font Color

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

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


#0dcdcb Background Color

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

This div background color is #0dcdcb


#0dcdcb Border Color

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

This div border color is #0dcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcdcb


Comments

No comments written yet.

Please login to write comment.