Color Hex Logo

#0dcdbc Color Hex

#0DCDBC
(13,205,188)
0 Favorites   0 Comments

Color spaces of #0dcdbc

RGB 13205188
HSL0.490.880.43
HSV175°94°80°
CMYK 0.940.000.08   0.20
XYZ31.074447.379055.0842
Yxy47.37900.23270.3548
Hunter Lab68.8324-39.87290.7349
CIE-Lab74.4315-45.3423-3.4459

#0dcdbc color RGB value is (13,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001101 10111100
Octal 15 315 274
Decimal 13 205 188
Hex D CD BC

RGB Percentages of Color #0dcdbc

%3.20
%50.49
%46.31

CMYK Percentages of Color #0dcdbc

%94
%0
%8
%20

Triadic Colors of #0dcdbc

#0dcdbc #bc0dcd #cdbc0d

Analogous Colors of #0dcdbc

#0dcdbc #0d7ecd #0dcd5c

Monochromatic Colors of #0dcdbc

#0dcdbc

Complementary Color

#0dcdbc #cd0d1e

#0dcdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcdbc Color CSS Codes

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

#0dcdbc Text Font Color

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

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


#0dcdbc Background Color

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

This div background color is #0dcdbc


#0dcdbc Border Color

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

This div border color is #0dcdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcdbc


Comments

No comments written yet.

Please login to write comment.