Color Hex Logo

#0dca8f Color Hex

#0DCA8F
(13,202,143)
0 Favorites   0 Comments

Color spaces of #0dca8f

RGB 13202143
HSL0.450.880.42
HSV161°94°79°
CMYK 0.940.000.29   0.21
XYZ26.244444.309833.1560
Yxy44.30980.25310.4272
Hunter Lab66.5656-46.113717.0639
CIE-Lab72.4351-55.596917.9201

#0dca8f color RGB value is (13,202,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11001010 10001111
Octal 15 312 217
Decimal 13 202 143
Hex D CA 8F

RGB Percentages of Color #0dca8f

%3.63
%56.42
%39.94

CMYK Percentages of Color #0dca8f

%94
%0
%29
%21

Triadic Colors of #0dca8f

#0dca8f #8f0dca #ca8f0d

Analogous Colors of #0dca8f

#0dca8f #0da7ca #0dca31

Monochromatic Colors of #0dca8f

#0dca8f

Complementary Color

#0dca8f #ca0d48

#0dca8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dca8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dca8f Color CSS Codes

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

#0dca8f Text Font Color

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

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


#0dca8f Background Color

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

This div background color is #0dca8f


#0dca8f Border Color

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

This div border color is #0dca8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dca8f


Comments

No comments written yet.

Please login to write comment.