color codes Logo

#0dc49d color codes

#0DC49D
(13,196,157)
0 Favorites   0 Comments

Color spaces of #0dc49d

RGB 13196157
HSL0.460.880.41
HSV167°93°77°
CMYK 0.930.000.20   0.23
XYZ25.991741.999738.6351
Yxy41.99970.24380.3939
Hunter Lab64.8072-41.823010.0190
CIE-Lab70.8707-49.90238.1855

#0dc49d color RGB value is (13,196,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 10011101
Octal 15 304 235
Decimal 13 196 157
Hex D C4 9D

RGB Percentages of Color #0dc49d

%3.55
%53.55
%42.90

CMYK Percentages of Color #0dc49d

%93
%0
%20
%23

Triadic Colors of #0dc49d

#0dc49d #9d0dc4 #c49d0d

Analogous Colors of #0dc49d

#0dc49d #0d90c4 #0dc441

Monochromatic Colors of #0dc49d

#0dc49d

Complementary Color

#0dc49d #c40d34

#0dc49d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc49d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc49d Color CSS Codes

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

#0dc49d Text Font Color

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

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


#0dc49d Background Color

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

This div background color is #0dc49d


#0dc49d Border Color

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

This div border color is #0dc49d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc49d


Comments

No comments written yet.

Please login to write comment.