Color Hex Logo

#ddeac7 Color Hex

#DDEAC7
(221,234,199)
0 Favorites   0 Comments

Color spaces of #ddeac7

RGB 221234199
HSL0.230.450.85
HSV82°15°92°
CMYK 0.060.000.15   0.08
XYZ69.550478.341365.4885
Yxy78.34130.32590.3671
Hunter Lab88.5106-14.630818.0891
CIE-Lab90.9354-10.363915.5484

#ddeac7 color RGB value is (221,234,199).

#ddeac7 hex color red value is 221, green value is 234 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ddeac7 hue: 0.23 , saturation: 0.45 and the lightness value of ddeac7 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11000111
Octal 335 352 307
Decimal 221 234 199
Hex DD EA C7

RGB Percentages of Color #ddeac7

%33.79
%35.78
%30.43

CMYK Percentages of Color #ddeac7

%6
%0
%15
%8

Triadic Colors of #ddeac7

#ddeac7 #c7ddea #eac7dd

Analogous Colors of #ddeac7

#ddeac7 #cceac7 #eae6c7

Monochromatic Colors of #ddeac7

#ddeac7

Complementary Color

#ddeac7 #d4c7ea

#ddeac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeac7 Color CSS Codes

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

#ddeac7 Text Font Color

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

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


#ddeac7 Background Color

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

This div background color is #ddeac7


#ddeac7 Border Color

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

This div border color is #ddeac7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,234,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 #ddeac7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeac7


Comments

No comments written yet.

Please login to write comment.