Color Hex Logo

#0dc5ad Color Hex

#0DC5AD
(13,197,173)
0 Favorites   0 Comments

Color spaces of #0dc5ad

RGB 13197173
HSL0.480.880.41
HSV172°93°77°
CMYK 0.930.000.12   0.23
XYZ27.675143.035246.3832
Yxy43.03520.23640.3675
Hunter Lab65.6012-39.49864.0000
CIE-Lab71.5789-46.09420.5118

#0dc5ad color RGB value is (13,197,173).

#0dc5ad hex color red value is 13, green value is 197 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #0dc5ad hue: 0.48 , saturation: 0.88 and the lightness value of 0dc5ad is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000101 10101101
Octal 15 305 255
Decimal 13 197 173
Hex D C5 AD

RGB Percentages of Color #0dc5ad

%3.39
%51.44
%45.17

CMYK Percentages of Color #0dc5ad

%93
%0
%12
%23

Triadic Colors of #0dc5ad

#0dc5ad #ad0dc5 #c5ad0d

Analogous Colors of #0dc5ad

#0dc5ad #0d81c5 #0dc551

Monochromatic Colors of #0dc5ad

#0dc5ad

Complementary Color

#0dc5ad #c50d25

#0dc5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc5ad Color CSS Codes

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

#0dc5ad Text Font Color

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

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


#0dc5ad Background Color

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

This div background color is #0dc5ad


#0dc5ad Border Color

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

This div border color is #0dc5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc5ad


Comments

No comments written yet.

Please login to write comment.