Color Hex Logo

#ddfee3 Color Hex

#DDFEE3
(221,254,227)
0 Favorites   0 Comments

Color spaces of #ddfee3

RGB 221254227
HSL0.360.940.93
HSV131°13°100°
CMYK 0.130.000.11   0.00
XYZ79.125791.801886.2222
Yxy91.80180.30770.3570
Hunter Lab95.8133-20.262113.7143
CIE-Lab96.7392-15.58579.3448

#ddfee3 color RGB value is (221,254,227).

#ddfee3 hex color red value is 221, green value is 254 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #ddfee3 hue: 0.36 , saturation: 0.94 and the lightness value of ddfee3 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11100011
Octal 335 376 343
Decimal 221 254 227
Hex DD FE E3

RGB Percentages of Color #ddfee3

%31.48
%36.18
%32.34

CMYK Percentages of Color #ddfee3

%13
%0
%11
%0

Triadic Colors of #ddfee3

#ddfee3 #e3ddfe #fee3dd

Analogous Colors of #ddfee3

#ddfee3 #ddfef4 #e8fedd

Monochromatic Colors of #ddfee3

#ddfee3

Complementary Color

#ddfee3 #feddf8

#ddfee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfee3 Color CSS Codes

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

#ddfee3 Text Font Color

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

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


#ddfee3 Background Color

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

This div background color is #ddfee3


#ddfee3 Border Color

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

This div border color is #ddfee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfee3


Comments

No comments written yet.

Please login to write comment.