Color Hex Logo

#ddecaf Color Hex

#DDECAF
(221,236,175)
1 Favorites   0 Comments

Color spaces of #ddecaf

RGB 221236175
HSL0.210.620.81
HSV75°26°93°
CMYK 0.060.000.26   0.07
XYZ67.552178.458252.1410
Yxy78.45820.34090.3960
Hunter Lab88.5766-18.877827.1023
CIE-Lab90.9886-14.950227.9912

#ddecaf color RGB value is (221,236,175).

#ddecaf hex color red value is 221, green value is 236 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #ddecaf hue: 0.21 , saturation: 0.62 and the lightness value of ddecaf is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10101111
Octal 335 354 257
Decimal 221 236 175
Hex DD EC AF

RGB Percentages of Color #ddecaf

%34.97
%37.34
%27.69

CMYK Percentages of Color #ddecaf

%6
%0
%26
%7

Triadic Colors of #ddecaf

#ddecaf #afddec #ecafdd

Analogous Colors of #ddecaf

#ddecaf #bfecaf #ecddaf

Monochromatic Colors of #ddecaf

#ddecaf

Complementary Color

#ddecaf #beafec

#ddecaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecaf Color CSS Codes

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

#ddecaf Text Font Color

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

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


#ddecaf Background Color

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

This div background color is #ddecaf


#ddecaf Border Color

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

This div border color is #ddecaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecaf


Comments

No comments written yet.

Please login to write comment.