Color Hex Logo

#0dc8aa Color Hex

#0DC8AA
(13,200,170)
0 Favorites   0 Comments

Color spaces of #0dc8aa

RGB 13200170
HSL0.470.880.42
HSV170°94°78°
CMYK 0.940.000.15   0.22
XYZ28.076044.296445.1005
Yxy44.29640.23900.3771
Hunter Lab66.5555-41.17326.4118
CIE-Lab72.4262-48.15393.3728

#0dc8aa color RGB value is (13,200,170).

#0dc8aa hex color red value is 13, green value is 200 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0dc8aa hue: 0.47 , saturation: 0.88 and the lightness value of 0dc8aa is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001000 10101010
Octal 15 310 252
Decimal 13 200 170
Hex D C8 AA

RGB Percentages of Color #0dc8aa

%3.39
%52.22
%44.39

CMYK Percentages of Color #0dc8aa

%94
%0
%15
%22

Triadic Colors of #0dc8aa

#0dc8aa #aa0dc8 #c8aa0d

Analogous Colors of #0dc8aa

#0dc8aa #0d89c8 #0dc84d

Monochromatic Colors of #0dc8aa

#0dc8aa

Complementary Color

#0dc8aa #c80d2b

#0dc8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc8aa Color CSS Codes

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

#0dc8aa Text Font Color

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

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


#0dc8aa Background Color

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

This div background color is #0dc8aa


#0dc8aa Border Color

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

This div border color is #0dc8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc8aa


Comments

No comments written yet.

Please login to write comment.