Color Hex Logo

#0de51c Color Hex

#0DE51C
(13,229,28)
0 Favorites   0 Comments

Color spaces of #0de51c

RGB 1322928
HSL0.340.890.47
HSV124°94°90°
CMYK 0.940.000.88   0.10
XYZ28.394956.208010.4513
Yxy56.20800.29870.5913
Hunter Lab74.9720-63.595944.2152
CIE-Lab79.7321-78.388773.4824

#0de51c color RGB value is (13,229,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11100101 00011100
Octal 15 345 34
Decimal 13 229 28
Hex D E5 1C

RGB Percentages of Color #0de51c

%4.81
%84.81
%10.37

CMYK Percentages of Color #0de51c

%94
%0
%88
%10

Triadic Colors of #0de51c

#0de51c #1c0de5 #e51c0d

Analogous Colors of #0de51c

#0de51c #0de588 #6ae50d

Monochromatic Colors of #0de51c

#0de51c

Complementary Color

#0de51c #e50dd6

#0de51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0de51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#0de51c Color CSS Codes

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

#0de51c Text Font Color

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

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


#0de51c Background Color

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

This div background color is #0de51c


#0de51c Border Color

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

This div border color is #0de51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0de51c


Comments

No comments written yet.

Please login to write comment.