Color Hex Logo

#1ddd0e Color Hex

#1DDD0E
(29,221,14)
0 Favorites   0 Comments

Color spaces of #1ddd0e

RGB 2922114
HSL0.320.880.46
HSV116°94°87°
CMYK 0.870.000.94   0.13
XYZ26.442452.00589.0599
Yxy52.00580.30220.5943
Hunter Lab72.1150-60.750843.0319
CIE-Lab77.2843-75.682073.5209

#1ddd0e color RGB value is (29,221,14).

#1ddd0e hex color red value is 29, green value is 221 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #1ddd0e hue: 0.32 , saturation: 0.88 and the lightness value of 1ddd0e is 0.46.

The process color (four color CMYK) of #1ddd0e color hex is 0.87, 0.00, 0.94, 0.13. Web safe color of #1ddd0e is #33cc00. Color #1ddd0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11011101 00001110
Octal 35 335 16
Decimal 29 221 14
Hex 1D DD E

RGB Percentages of Color #1ddd0e

%10.98
%83.71
%5.30

CMYK Percentages of Color #1ddd0e

%87
%0
%94
%13

Triadic Colors of #1ddd0e

#1ddd0e #0e1ddd #dd0e1d

Analogous Colors of #1ddd0e

#1ddd0e #0edd67 #85dd0e

Monochromatic Colors of #1ddd0e

#1ddd0e

Complementary Color

#1ddd0e #ce0edd

#1ddd0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ddd0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ddd0e Color CSS Codes

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

#1ddd0e Text Font Color

<p style="color:#1ddd0e">Text here</p>

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


#1ddd0e Background Color

<div style="background-color:#1ddd0e">
Div content here</div>

This div background color is #1ddd0e


#1ddd0e Border Color

<div style="border:3px solid #1ddd0e">
Div here</div>

This div border color is #1ddd0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,221,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ddd0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ddd0e;
  -webkit-box-shadow: 1px 1px 3px 2px #1ddd0e;
  box-shadow:         1px 1px 3px 2px #1ddd0e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(29,221,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ddd0e


Comments

No comments written yet.

Please login to write comment.