Color Hex Logo

#ddfebd Color Hex

#DDFEBD
(221,254,189)
0 Favorites   0 Comments

Color spaces of #ddfebd

RGB 221254189
HSL0.250.970.87
HSV90°26°100°
CMYK 0.130.000.26   0.00
XYZ74.445989.929961.5786
Yxy89.92990.32950.3980
Hunter Lab94.8314-25.826327.8821
CIE-Lab95.9677-21.722127.6537

#ddfebd color RGB value is (221,254,189).

#ddfebd hex color red value is 221, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ddfebd hue: 0.25 , saturation: 0.97 and the lightness value of ddfebd is 0.87.

The process color (four color CMYK) of #ddfebd color hex is 0.13, 0.00, 0.26, 0.00. Web safe color of #ddfebd is #ccffcc. Color #ddfebd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 10111101
Octal 335 376 275
Decimal 221 254 189
Hex DD FE BD

RGB Percentages of Color #ddfebd

%33.28
%38.25
%28.46

CMYK Percentages of Color #ddfebd

%13
%0
%26
%0

Triadic Colors of #ddfebd

#ddfebd #bdddfe #febddd

Analogous Colors of #ddfebd

#ddfebd #bdfebe #fefebd

Monochromatic Colors of #ddfebd

#ddfebd

Complementary Color

#ddfebd #debdfe

#ddfebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfebd Color CSS Codes

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

#ddfebd Text Font Color

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

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


#ddfebd Background Color

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

This div background color is #ddfebd


#ddfebd Border Color

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

This div border color is #ddfebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfebd


Comments

No comments written yet.

Please login to write comment.