Color Hex Logo

#0dddcf Color Hex

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

Color spaces of #0dddcf

RGB 13221207
HSL0.490.890.46
HSV176°94°87°
CMYK 0.940.000.06   0.13
XYZ37.284956.303567.9340
Yxy56.30350.23080.3486
Hunter Lab75.0357-42.6165-1.1536
CIE-Lab79.7862-46.8545-5.7501

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

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

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

Base Numbers

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

RGB Percentages of Color #0dddcf

%2.95
%50.11
%46.94

CMYK Percentages of Color #0dddcf

%94
%0
%6
%13

Triadic Colors of #0dddcf

#0dddcf #cf0ddd #ddcf0d

Analogous Colors of #0dddcf

#0dddcf #0d83dd #0ddd67

Monochromatic Colors of #0dddcf

#0dddcf

Complementary Color

#0dddcf #dd0d1b

#0dddcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dddcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dddcf Color CSS Codes

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

#0dddcf Text Font Color

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

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


#0dddcf Background Color

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

This div background color is #0dddcf


#0dddcf Border Color

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

This div border color is #0dddcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dddcf


Comments

No comments written yet.

Please login to write comment.