Color Hex Logo

#0df419 Color Hex

#0DF419
(13,244,25)
0 Favorites   0 Comments

Color spaces of #0df419

RGB 1324425
HSL0.340.910.50
HSV123°95°96°
CMYK 0.950.000.90   0.04
XYZ32.692164.857111.7153
Yxy64.85710.29920.5936
Hunter Lab80.5339-68.473747.7488
CIE-Lab84.4100-82.476677.9958

#0df419 color RGB value is (13,244,25).

#0df419 hex color red value is 13, green value is 244 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #0df419 hue: 0.34 , saturation: 0.91 and the lightness value of 0df419 is 0.50.

The process color (four color CMYK) of #0df419 color hex is 0.95, 0.00, 0.90, 0.04. Web safe color of #0df419 is #00ff00. Color #0df419 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11110100 00011001
Octal 15 364 31
Decimal 13 244 25
Hex D F4 19

RGB Percentages of Color #0df419

%4.61
%86.52
%8.87

CMYK Percentages of Color #0df419

%95
%0
%90
%4

Triadic Colors of #0df419

#0df419 #190df4 #f4190d

Analogous Colors of #0df419

#0df419 #0df48d #75f40d

Monochromatic Colors of #0df419

#0df419

Complementary Color

#0df419 #f40de8

#0df419 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0df419 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0df419 Color CSS Codes

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

#0df419 Text Font Color

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

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


#0df419 Background Color

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

This div background color is #0df419


#0df419 Border Color

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

This div border color is #0df419


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0df419


Comments

No comments written yet.

Please login to write comment.