Color Hex Logo

#0ded76 Color Hex

#0DED76
(13,237,118)
0 Favorites   0 Comments

Color spaces of #0ded76

RGB 13237118
HSL0.410.900.49
HSV148°95°93°
CMYK 0.950.000.50   0.07
XYZ33.720261.961927.3222
Yxy61.96190.27410.5037
Hunter Lab78.7159-61.287234.5216
CIE-Lab82.8932-72.303844.3570

#0ded76 color RGB value is (13,237,118).

#0ded76 hex color red value is 13, green value is 237 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #0ded76 hue: 0.41 , saturation: 0.90 and the lightness value of 0ded76 is 0.49.

The process color (four color CMYK) of #0ded76 color hex is 0.95, 0.00, 0.50, 0.07. Web safe color of #0ded76 is #00ff66. Color #0ded76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 01110110
Octal 15 355 166
Decimal 13 237 118
Hex D ED 76

RGB Percentages of Color #0ded76

%3.53
%64.40
%32.07

CMYK Percentages of Color #0ded76

%95
%0
%50
%7

Triadic Colors of #0ded76

#0ded76 #760ded #ed760d

Analogous Colors of #0ded76

#0ded76 #0dede6 #14ed0d

Monochromatic Colors of #0ded76

#0ded76

Complementary Color

#0ded76 #ed0d84

#0ded76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ded76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ded76 Color CSS Codes

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

#0ded76 Text Font Color

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

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


#0ded76 Background Color

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

This div background color is #0ded76


#0ded76 Border Color

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

This div border color is #0ded76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ded76


Comments

No comments written yet.

Please login to write comment.