Color Hex Logo

#0dddaa Color Hex

#0DDDAA
(13,221,170)
0 Favorites   0 Comments

Color spaces of #0dddaa

RGB 13221170
HSL0.460.890.46
HSV165°94°87°
CMYK 0.940.000.23   0.13
XYZ33.278154.700746.8346
Yxy54.70070.24680.4058
Hunter Lab73.9599-49.114214.2270
CIE-Lab78.8686-56.510112.5936

#0dddaa color RGB value is (13,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011101 10101010
Octal 15 335 252
Decimal 13 221 170
Hex D DD AA

RGB Percentages of Color #0dddaa

%3.22
%54.70
%42.08

CMYK Percentages of Color #0dddaa

%94
%0
%23
%13

Triadic Colors of #0dddaa

#0dddaa #aa0ddd #ddaa0d

Analogous Colors of #0dddaa

#0dddaa #0da8dd #0ddd42

Monochromatic Colors of #0dddaa

#0dddaa

Complementary Color

#0dddaa #dd0d40

#0dddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dddaa Color CSS Codes

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

#0dddaa Text Font Color

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

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


#0dddaa Background Color

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

This div background color is #0dddaa


#0dddaa Border Color

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

This div border color is #0dddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dddaa


Comments

No comments written yet.

Please login to write comment.