Color Hex Logo

#0dfe70 Color Hex

#0DFE70
(13,254,112)
0 Favorites   0 Comments

Color spaces of #0dfe70

RGB 13254112
HSL0.400.990.52
HSV145°95°100°
CMYK 0.950.000.56   0.00
XYZ38.532472.139027.2226
Yxy72.13900.27940.5231
Hunter Lab84.9347-67.655440.4511
CIE-Lab88.0355-78.374053.3765

#0dfe70 color RGB value is (13,254,112).

#0dfe70 hex color red value is 13, green value is 254 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #0dfe70 hue: 0.40 , saturation: 0.99 and the lightness value of 0dfe70 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 01110000
Octal 15 376 160
Decimal 13 254 112
Hex D FE 70

RGB Percentages of Color #0dfe70

%3.43
%67.02
%29.55

CMYK Percentages of Color #0dfe70

%95
%0
%56
%0

Triadic Colors of #0dfe70

#0dfe70 #700dfe #fe700d

Analogous Colors of #0dfe70

#0dfe70 #0dfee9 #22fe0d

Monochromatic Colors of #0dfe70

#0dfe70

Complementary Color

#0dfe70 #fe0d9b

#0dfe70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfe70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfe70 Color CSS Codes

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

#0dfe70 Text Font Color

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

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


#0dfe70 Background Color

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

This div background color is #0dfe70


#0dfe70 Border Color

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

This div border color is #0dfe70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfe70

Related Colors


Comments

No comments written yet.

Please login to write comment.