Color Hex Logo

#ddfe3d Color Hex

#DDFE3D
(221,254,61)
0 Favorites   0 Comments

Color spaces of #ddfe3d

RGB 22125461
HSL0.200.990.62
HSV70°76°100°
CMYK 0.130.000.76   0.00
XYZ66.102986.592717.6449
Yxy86.59270.38810.5084
Hunter Lab93.0552-36.046953.8962
CIE-Lab94.5652-33.580681.5903

#ddfe3d color RGB value is (221,254,61).

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

The process color (four color CMYK) of #ddfe3d color hex is 0.13, 0.00, 0.76, 0.00. Web safe color of #ddfe3d is #ccff33. Color #ddfe3d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 00111101
Octal 335 376 75
Decimal 221 254 61
Hex DD FE 3D

RGB Percentages of Color #ddfe3d

%41.23
%47.39
%11.38

CMYK Percentages of Color #ddfe3d

%13
%0
%76
%0

Triadic Colors of #ddfe3d

#ddfe3d #3dddfe #fe3ddd

Analogous Colors of #ddfe3d

#ddfe3d #7dfe3d #febf3d

Monochromatic Colors of #ddfe3d

#ddfe3d

Complementary Color

#ddfe3d #5e3dfe

#ddfe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe3d Color CSS Codes

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

#ddfe3d Text Font Color

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

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


#ddfe3d Background Color

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

This div background color is #ddfe3d


#ddfe3d Border Color

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

This div border color is #ddfe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe3d


Comments

No comments written yet.

Please login to write comment.