Color Hex Logo

#ddecaa Color Hex

#DDECAA
(221,236,170)
0 Favorites   0 Comments

Color spaces of #ddecaa

RGB 221236170
HSL0.200.630.80
HSV74°28°93°
CMYK 0.060.000.28   0.07
XYZ67.069978.265349.6020
Yxy78.26530.34410.4015
Hunter Lab88.4677-19.492428.6847
CIE-Lab90.9008-15.636230.4220

#ddecaa color RGB value is (221,236,170).

#ddecaa hex color red value is 221, green value is 236 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ddecaa hue: 0.20 , saturation: 0.63 and the lightness value of ddecaa is 0.80.

The process color (four color CMYK) of #ddecaa color hex is 0.06, 0.00, 0.28, 0.07. Web safe color of #ddecaa is #ccff99. Color #ddecaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10101010
Octal 335 354 252
Decimal 221 236 170
Hex DD EC AA

RGB Percentages of Color #ddecaa

%35.25
%37.64
%27.11

CMYK Percentages of Color #ddecaa

%6
%0
%28
%7

Triadic Colors of #ddecaa

#ddecaa #aaddec #ecaadd

Analogous Colors of #ddecaa

#ddecaa #bcecaa #ecdaaa

Monochromatic Colors of #ddecaa

#ddecaa

Complementary Color

#ddecaa #b9aaec

#ddecaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecaa Color CSS Codes

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

#ddecaa Text Font Color

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

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


#ddecaa Background Color

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

This div background color is #ddecaa


#ddecaa Border Color

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

This div border color is #ddecaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecaa


Comments

No comments written yet.

Please login to write comment.