Color Hex Logo

#0dfe62 Color Hex

#0DFE62
(13,254,98)
0 Favorites   0 Comments

Color spaces of #0dfe62

RGB 1325498
HSL0.390.990.52
HSV141°95°100°
CMYK 0.950.000.61   0.00
XYZ37.812471.851023.4310
Yxy71.85100.28410.5398
Hunter Lab84.7650-68.712542.9463
CIE-Lab87.8968-80.095959.2818

#0dfe62 color RGB value is (13,254,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11111110 01100010
Octal 15 376 142
Decimal 13 254 98
Hex D FE 62

RGB Percentages of Color #0dfe62

%3.56
%69.59
%26.85

CMYK Percentages of Color #0dfe62

%95
%0
%61
%0

Triadic Colors of #0dfe62

#0dfe62 #620dfe #fe620d

Analogous Colors of #0dfe62

#0dfe62 #0dfedb #30fe0d

Monochromatic Colors of #0dfe62

#0dfe62

Complementary Color

#0dfe62 #fe0da9

#0dfe62 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dfe62 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dfe62 Color CSS Codes

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

#0dfe62 Text Font Color

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

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


#0dfe62 Background Color

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

This div background color is #0dfe62


#0dfe62 Border Color

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

This div border color is #0dfe62


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dfe62

Related Colors


Comments

No comments written yet.

Please login to write comment.