color codes Logo

#0dda60 color codes

#0DDA60
(13,218,96)
0 Favorites   0 Comments

Color spaces of #0dda60

RGB 1321896
HSL0.400.890.45
HSV144°94°85°
CMYK 0.940.000.56   0.15
XYZ27.348751.072919.4830
Yxy51.07290.27930.5217
Hunter Lab71.4653-56.755033.8620
CIE-Lab76.7231-69.575947.1663

#0dda60 color RGB value is (13,218,96).

#0dda60 hex color red value is 13, green value is 218 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #0dda60 hue: 0.40 , saturation: 0.89 and the lightness value of 0dda60 is 0.45.

The process color (four color CMYK) of #0dda60 color code is 0.94, 0.00, 0.56, 0.15. Web safe color of #0dda60 is #00cc66. Color #0dda60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011010 01100000
Octal 15 332 140
Decimal 13 218 96
Hex D DA 60

RGB Percentages of Color #0dda60

%3.98
%66.67
%29.36

CMYK Percentages of Color #0dda60

%94
%0
%56
%15

Triadic Colors of #0dda60

#0dda60 #600dda #da600d

Analogous Colors of #0dda60

#0dda60 #0ddac7 #21da0d

Monochromatic Colors of #0dda60

#0dda60

Complementary Color

#0dda60 #da0d87

#0dda60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dda60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dda60 Color CSS Codes

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

#0dda60 Text Font Color

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

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


#0dda60 Background Color

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

This div background color is #0dda60


#0dda60 Border Color

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

This div border color is #0dda60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dda60


Comments

No comments written yet.

Please login to write comment.