Color Hex Logo

#ddfecc Color Hex

#DDFECC
(221,254,204)
0 Favorites   0 Comments

Color spaces of #ddfecc

RGB 221254204
HSL0.280.960.90
HSV100°20°100°
CMYK 0.130.000.20   0.00
XYZ76.159790.615470.6032
Yxy90.61540.32080.3817
Hunter Lab95.1921-23.775022.6596
CIE-Lab96.2515-19.435320.4286

#ddfecc color RGB value is (221,254,204).

#ddfecc hex color red value is 221, green value is 254 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ddfecc hue: 0.28 , saturation: 0.96 and the lightness value of ddfecc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11001100
Octal 335 376 314
Decimal 221 254 204
Hex DD FE CC

RGB Percentages of Color #ddfecc

%32.55
%37.41
%30.04

CMYK Percentages of Color #ddfecc

%13
%0
%20
%0

Triadic Colors of #ddfecc

#ddfecc #ccddfe #feccdd

Analogous Colors of #ddfecc

#ddfecc #ccfed4 #f6fecc

Monochromatic Colors of #ddfecc

#ddfecc

Complementary Color

#ddfecc #edccfe

#ddfecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfecc Color CSS Codes

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

#ddfecc Text Font Color

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

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


#ddfecc Background Color

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

This div background color is #ddfecc


#ddfecc Border Color

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

This div border color is #ddfecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfecc


Comments

No comments written yet.

Please login to write comment.