Color Hex Logo

#0ddc58 Color Hex

#0DDC58
(13,220,88)
0 Favorites   0 Comments

Color spaces of #0ddc58

RGB 1322088
HSL0.390.890.46
HSV142°94°86°
CMYK 0.940.000.60   0.14
XYZ27.520651.976517.8145
Yxy51.97650.28280.5341
Hunter Lab72.0947-58.027335.8158
CIE-Lab77.2668-71.229051.4173

#0ddc58 color RGB value is (13,220,88).

#0ddc58 hex color red value is 13, green value is 220 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #0ddc58 hue: 0.39 , saturation: 0.89 and the lightness value of 0ddc58 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011100 01011000
Octal 15 334 130
Decimal 13 220 88
Hex D DC 58

RGB Percentages of Color #0ddc58

%4.05
%68.54
%27.41

CMYK Percentages of Color #0ddc58

%94
%0
%60
%14

Triadic Colors of #0ddc58

#0ddc58 #580ddc #dc580d

Analogous Colors of #0ddc58

#0ddc58 #0ddcc0 #2adc0d

Monochromatic Colors of #0ddc58

#0ddc58

Complementary Color

#0ddc58 #dc0d91

#0ddc58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ddc58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ddc58 Color CSS Codes

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

#0ddc58 Text Font Color

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

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


#0ddc58 Background Color

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

This div background color is #0ddc58


#0ddc58 Border Color

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

This div border color is #0ddc58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ddc58


Comments

No comments written yet.

Please login to write comment.