Color Hex Logo

#0ded24 Color Hex

#0DED24
(13,237,36)
0 Favorites   0 Comments

Color spaces of #0ded24

RGB 1323736
HSL0.350.900.49
HSV126°95°93°
CMYK 0.950.000.85   0.07
XYZ30.768660.781311.7794
Yxy60.78130.29780.5882
Hunter Lab77.9624-65.987445.6155
CIE-Lab82.2610-80.223774.1174

#0ded24 color RGB value is (13,237,36).

#0ded24 hex color red value is 13, green value is 237 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #0ded24 hue: 0.35 , saturation: 0.90 and the lightness value of 0ded24 is 0.49.

The process color (four color CMYK) of #0ded24 color hex is 0.95, 0.00, 0.85, 0.07. Web safe color of #0ded24 is #00ff33. Color #0ded24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11101101 00100100
Octal 15 355 44
Decimal 13 237 36
Hex D ED 24

RGB Percentages of Color #0ded24

%4.55
%82.87
%12.59

CMYK Percentages of Color #0ded24

%95
%0
%85
%7

Triadic Colors of #0ded24

#0ded24 #240ded #ed240d

Analogous Colors of #0ded24

#0ded24 #0ded94 #66ed0d

Monochromatic Colors of #0ded24

#0ded24

Complementary Color

#0ded24 #ed0dd6

#0ded24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ded24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ded24 Color CSS Codes

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

#0ded24 Text Font Color

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

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


#0ded24 Background Color

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

This div background color is #0ded24


#0ded24 Border Color

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

This div border color is #0ded24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ded24


Comments

No comments written yet.

Please login to write comment.