Color Hex Logo

#ddefc7 Color Hex

#DDEFC7
(221,239,199)
0 Favorites   0 Comments

Color spaces of #ddefc7

RGB 221239199
HSL0.240.560.86
HSV87°17°94°
CMYK 0.080.000.17   0.06
XYZ70.994181.228765.9697
Yxy81.22870.32540.3723
Hunter Lab90.1270-17.115619.6907
CIE-Lab92.2334-12.862317.3737

#ddefc7 color RGB value is (221,239,199).

#ddefc7 hex color red value is 221, green value is 239 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ddefc7 hue: 0.24 , saturation: 0.56 and the lightness value of ddefc7 is 0.86.

The process color (four color CMYK) of #ddefc7 color hex is 0.08, 0.00, 0.17, 0.06. Web safe color of #ddefc7 is #ccffcc. Color #ddefc7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 11000111
Octal 335 357 307
Decimal 221 239 199
Hex DD EF C7

RGB Percentages of Color #ddefc7

%33.54
%36.27
%30.20

CMYK Percentages of Color #ddefc7

%8
%0
%17
%6

Triadic Colors of #ddefc7

#ddefc7 #c7ddef #efc7dd

Analogous Colors of #ddefc7

#ddefc7 #c9efc7 #efedc7

Monochromatic Colors of #ddefc7

#ddefc7

Complementary Color

#ddefc7 #d9c7ef

#ddefc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddefc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddefc7 Color CSS Codes

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

#ddefc7 Text Font Color

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

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


#ddefc7 Background Color

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

This div background color is #ddefc7


#ddefc7 Border Color

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

This div border color is #ddefc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddefc7


Comments

No comments written yet.

Please login to write comment.