Color Hex Logo

#0dcfdd Color Hex

#0DCFDD
(13,207,221)
0 Favorites   0 Comments

Color spaces of #0dcfdd

RGB 13207221
HSL0.510.890.46
HSV184°94°87°
CMYK 0.940.060.00   0.13
XYZ35.529949.931776.1718
Yxy49.93170.21980.3089
Hunter Lab70.6624-33.9072-14.4491
CIE-Lab76.0273-36.4876-18.8770

#0dcfdd color RGB value is (13,207,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001111 11011101
Octal 15 317 335
Decimal 13 207 221
Hex D CF DD

RGB Percentages of Color #0dcfdd

%2.95
%46.94
%50.11

CMYK Percentages of Color #0dcfdd

%94
%6
%0
%13

Triadic Colors of #0dcfdd

#0dcfdd #dd0dcf #cfdd0d

Analogous Colors of #0dcfdd

#0dcfdd #0d67dd #0ddd83

Monochromatic Colors of #0dcfdd

#0dcfdd

Complementary Color

#0dcfdd #dd1b0d

#0dcfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dcfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dcfdd Color CSS Codes

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

#0dcfdd Text Font Color

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

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


#0dcfdd Background Color

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

This div background color is #0dcfdd


#0dcfdd Border Color

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

This div border color is #0dcfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dcfdd


Comments

No comments written yet.

Please login to write comment.