Color Hex Logo

#ddfe0d Color Hex

#DDFE0D
(221,254,13)
0 Favorites   0 Comments

Color spaces of #ddfe0d

RGB 22125413
HSL0.190.990.52
HSV68°95°100°
CMYK 0.130.000.95   0.00
XYZ65.333386.284813.5920
Yxy86.28480.39550.5223
Hunter Lab92.8896-37.010056.3472
CIE-Lab94.4340-34.740990.4484

#ddfe0d color RGB value is (221,254,13).

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

The process color (four color CMYK) of #ddfe0d color hex is 0.13, 0.00, 0.95, 0.00. Web safe color of #ddfe0d is #ccff00. Color #ddfe0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00001101
Octal 335 376 15
Decimal 221 254 13
Hex DD FE D

RGB Percentages of Color #ddfe0d

%45.29
%52.05
%2.66

CMYK Percentages of Color #ddfe0d

%13
%0
%95
%0

Triadic Colors of #ddfe0d

#ddfe0d #0dddfe #fe0ddd

Analogous Colors of #ddfe0d

#ddfe0d #65fe0d #fea70d

Monochromatic Colors of #ddfe0d

#ddfe0d

Complementary Color

#ddfe0d #2e0dfe

#ddfe0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe0d Color CSS Codes

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

#ddfe0d Text Font Color

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

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


#ddfe0d Background Color

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

This div background color is #ddfe0d


#ddfe0d Border Color

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

This div border color is #ddfe0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe0d


Comments

No comments written yet.

Please login to write comment.