Color Hex Logo

#ddeca9 Color Hex

#DDECA9
(221,236,169)
0 Favorites   0 Comments

Color spaces of #ddeca9

RGB 221236169
HSL0.200.640.79
HSV73°28°93°
CMYK 0.060.000.28   0.07
XYZ66.975778.227649.1056
Yxy78.22760.34470.4026
Hunter Lab88.4464-19.612628.9945
CIE-Lab90.8837-15.770730.9075

#ddeca9 color RGB value is (221,236,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10101001
Octal 335 354 251
Decimal 221 236 169
Hex DD EC A9

RGB Percentages of Color #ddeca9

%35.30
%37.70
%27.00

CMYK Percentages of Color #ddeca9

%6
%0
%28
%7

Triadic Colors of #ddeca9

#ddeca9 #a9ddec #eca9dd

Analogous Colors of #ddeca9

#ddeca9 #bceca9 #ecdaa9

Monochromatic Colors of #ddeca9

#ddeca9

Complementary Color

#ddeca9 #b8a9ec

#ddeca9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeca9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeca9 Color CSS Codes

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

#ddeca9 Text Font Color

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

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


#ddeca9 Background Color

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

This div background color is #ddeca9


#ddeca9 Border Color

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

This div border color is #ddeca9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeca9


Comments

No comments written yet.

Please login to write comment.