Color Hex Logo

#ddfee1 Color Hex

#DDFEE1
(221,254,225)
0 Favorites   0 Comments

Color spaces of #ddfee1

RGB 221254225
HSL0.350.940.93
HSV127°13°100°
CMYK 0.130.000.11   0.00
XYZ78.851291.692084.7766
Yxy91.69200.30880.3591
Hunter Lab95.7559-20.585314.5373
CIE-Lab96.6943-15.936410.3072

#ddfee1 color RGB value is (221,254,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111110 11100001
Octal 335 376 341
Decimal 221 254 225
Hex DD FE E1

RGB Percentages of Color #ddfee1

%31.57
%36.29
%32.14

CMYK Percentages of Color #ddfee1

%13
%0
%11
%0

Triadic Colors of #ddfee1

#ddfee1 #e1ddfe #fee1dd

Analogous Colors of #ddfee1

#ddfee1 #ddfef2 #eafedd

Monochromatic Colors of #ddfee1

#ddfee1

Complementary Color

#ddfee1 #feddfa

#ddfee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfee1 Color CSS Codes

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

#ddfee1 Text Font Color

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

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


#ddfee1 Background Color

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

This div background color is #ddfee1


#ddfee1 Border Color

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

This div border color is #ddfee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfee1


Comments

No comments written yet.

Please login to write comment.