Color Hex Logo

#ddfec5 Color Hex

#DDFEC5
(221,254,197)
0 Favorites   0 Comments

Color spaces of #ddfec5

RGB 221254197
HSL0.260.970.88
HSV95°22°100°
CMYK 0.130.000.22   0.00
XYZ75.338690.287066.2797
Yxy90.28700.32490.3893
Hunter Lab95.0195-24.755825.1566
CIE-Lab96.1157-20.525123.8027

#ddfec5 color RGB value is (221,254,197).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11000101
Octal 335 376 305
Decimal 221 254 197
Hex DD FE C5

RGB Percentages of Color #ddfec5

%32.89
%37.80
%29.32

CMYK Percentages of Color #ddfec5

%13
%0
%22
%0

Triadic Colors of #ddfec5

#ddfec5 #c5ddfe #fec5dd

Analogous Colors of #ddfec5

#ddfec5 #c5feca #fafec5

Monochromatic Colors of #ddfec5

#ddfec5

Complementary Color

#ddfec5 #e6c5fe

#ddfec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfec5 Color CSS Codes

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

#ddfec5 Text Font Color

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

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


#ddfec5 Background Color

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

This div background color is #ddfec5


#ddfec5 Border Color

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

This div border color is #ddfec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfec5


Comments

No comments written yet.

Please login to write comment.