Color Hex Logo

#0de43e Color Hex

#0DE43E
(13,228,62)
0 Favorites   0 Comments

Color spaces of #0de43e

RGB 1322862
HSL0.370.890.47
HSV134°94°89°
CMYK 0.940.000.73   0.11
XYZ28.778955.920213.8343
Yxy55.92020.29210.5675
Hunter Lab74.7798-62.169241.3772
CIE-Lab79.5684-76.183364.2276

#0de43e color RGB value is (13,228,62).

#0de43e hex color red value is 13, green value is 228 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #0de43e hue: 0.37 , saturation: 0.89 and the lightness value of 0de43e is 0.47.

The process color (four color CMYK) of #0de43e color hex is 0.94, 0.00, 0.73, 0.11. Web safe color of #0de43e is #00cc33. Color #0de43e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100100 00111110
Octal 15 344 76
Decimal 13 228 62
Hex D E4 3E

RGB Percentages of Color #0de43e

%4.29
%75.25
%20.46

CMYK Percentages of Color #0de43e

%94
%0
%73
%11

Triadic Colors of #0de43e

#0de43e #3e0de4 #e43e0d

Analogous Colors of #0de43e

#0de43e #0de4aa #47e40d

Monochromatic Colors of #0de43e

#0de43e

Complementary Color

#0de43e #e40db3

#0de43e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de43e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de43e Color CSS Codes

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

#0de43e Text Font Color

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

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


#0de43e Background Color

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

This div background color is #0de43e


#0de43e Border Color

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

This div border color is #0de43e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de43e


Comments

No comments written yet.

Please login to write comment.