Color Hex Logo

#ddfe8f Color Hex

#DDFE8F
(221,254,143)
0 Favorites   0 Comments

Color spaces of #ddfe8f

RGB 221254143
HSL0.220.980.78
HSV78°44°100°
CMYK 0.130.000.44   0.00
XYZ70.218588.238939.3175
Yxy88.23890.35500.4462
Hunter Lab93.9356-30.955340.9386
CIE-Lab95.2614-27.572549.4098

#ddfe8f color RGB value is (221,254,143).

#ddfe8f hex color red value is 221, green value is 254 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #ddfe8f hue: 0.22 , saturation: 0.98 and the lightness value of ddfe8f is 0.78.

The process color (four color CMYK) of #ddfe8f color hex is 0.13, 0.00, 0.44, 0.00. Web safe color of #ddfe8f is #ccff99. Color #ddfe8f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10001111
Octal 335 376 217
Decimal 221 254 143
Hex DD FE 8F

RGB Percentages of Color #ddfe8f

%35.76
%41.10
%23.14

CMYK Percentages of Color #ddfe8f

%13
%0
%44
%0

Triadic Colors of #ddfe8f

#ddfe8f #8fddfe #fe8fdd

Analogous Colors of #ddfe8f

#ddfe8f #a6fe8f #fee88f

Monochromatic Colors of #ddfe8f

#ddfe8f

Complementary Color

#ddfe8f #b08ffe

#ddfe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfe8f Color CSS Codes

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

#ddfe8f Text Font Color

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

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


#ddfe8f Background Color

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

This div background color is #ddfe8f


#ddfe8f Border Color

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

This div border color is #ddfe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfe8f


Comments

No comments written yet.

Please login to write comment.