Color Hex Logo

#0dc40f Color Hex

#0DC40F
(13,196,15)
0 Favorites   0 Comments

Color spaces of #0dc40f

RGB 1319615
HSL0.340.880.41
HSV121°93°77°
CMYK 0.930.000.92   0.23
XYZ19.992139.59997.0418
Yxy39.59990.30000.5943
Hunter Lab62.9285-53.416137.4153
CIE-Lab69.1836-69.814766.5888

#0dc40f color RGB value is (13,196,15).

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

The process color (four color CMYK) of #0dc40f color hex is 0.93, 0.00, 0.92, 0.23. Web safe color of #0dc40f is #00cc00. Color #0dc40f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 00001111
Octal 15 304 17
Decimal 13 196 15
Hex D C4 F

RGB Percentages of Color #0dc40f

%5.80
%87.50
%6.70

CMYK Percentages of Color #0dc40f

%93
%0
%92
%23

Triadic Colors of #0dc40f

#0dc40f #0f0dc4 #c40f0d

Analogous Colors of #0dc40f

#0dc40f #0dc46b #67c40d

Monochromatic Colors of #0dc40f

#0dc40f

Complementary Color

#0dc40f #c40dc2

#0dc40f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc40f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc40f Color CSS Codes

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

#0dc40f Text Font Color

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

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


#0dc40f Background Color

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

This div background color is #0dc40f


#0dc40f Border Color

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

This div border color is #0dc40f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc40f


Comments

No comments written yet.

Please login to write comment.