Color Hex Logo

#ddeac2 Color Hex

#DDEAC2
(221,234,194)
0 Favorites   0 Comments

Color spaces of #ddeac2

RGB 221234194
HSL0.220.490.84
HSV80°17°92°
CMYK 0.060.000.17   0.08
XYZ68.979278.112862.4806
Yxy78.11280.32910.3727
Hunter Lab88.3814-15.353419.9524
CIE-Lab90.8314-11.152217.9943

#ddeac2 color RGB value is (221,234,194).

#ddeac2 hex color red value is 221, green value is 234 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ddeac2 hue: 0.22 , saturation: 0.49 and the lightness value of ddeac2 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11000010
Octal 335 352 302
Decimal 221 234 194
Hex DD EA C2

RGB Percentages of Color #ddeac2

%34.05
%36.06
%29.89

CMYK Percentages of Color #ddeac2

%6
%0
%17
%8

Triadic Colors of #ddeac2

#ddeac2 #c2ddea #eac2dd

Analogous Colors of #ddeac2

#ddeac2 #c9eac2 #eae3c2

Monochromatic Colors of #ddeac2

#ddeac2

Complementary Color

#ddeac2 #cfc2ea

#ddeac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeac2 Color CSS Codes

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

#ddeac2 Text Font Color

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

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


#ddeac2 Background Color

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

This div background color is #ddeac2


#ddeac2 Border Color

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

This div border color is #ddeac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeac2


Comments

No comments written yet.

Please login to write comment.