Color Hex Logo

#0dd379 Color Hex

#0DD379
(13,211,121)
0 Favorites   0 Comments

Color spaces of #0dd379

RGB 13211121
HSL0.420.880.44
HSV153°94°83°
CMYK 0.940.000.43   0.17
XYZ26.911448.054625.9462
Yxy48.05460.26670.4762
Hunter Lab69.3214-52.016726.3334
CIE-Lab74.8594-63.311132.6599

#0dd379 color RGB value is (13,211,121).

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

The process color (four color CMYK) of #0dd379 color hex is 0.94, 0.00, 0.43, 0.17. Web safe color of #0dd379 is #00cc66. Color #0dd379 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11010011 01111001
Octal 15 323 171
Decimal 13 211 121
Hex D D3 79

RGB Percentages of Color #0dd379

%3.77
%61.16
%35.07

CMYK Percentages of Color #0dd379

%94
%0
%43
%17

Triadic Colors of #0dd379

#0dd379 #790dd3 #d3790d

Analogous Colors of #0dd379

#0dd379 #0dcad3 #0dd316

Monochromatic Colors of #0dd379

#0dd379

Complementary Color

#0dd379 #d30d67

#0dd379 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dd379 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dd379 Color CSS Codes

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

#0dd379 Text Font Color

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

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


#0dd379 Background Color

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

This div background color is #0dd379


#0dd379 Border Color

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

This div border color is #0dd379


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dd379


Comments

No comments written yet.

Please login to write comment.