Color Hex Logo

#ddecae Color Hex

#DDECAE
(221,236,174)
0 Favorites   0 Comments

Color spaces of #ddecae

RGB 221236174
HSL0.210.620.80
HSV75°26°93°
CMYK 0.060.000.26   0.07
XYZ67.454278.419051.6256
Yxy78.41900.34150.3971
Hunter Lab88.5545-19.002427.4232
CIE-Lab90.9708-15.089128.4777

#ddecae color RGB value is (221,236,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10101110
Octal 335 354 256
Decimal 221 236 174
Hex DD EC AE

RGB Percentages of Color #ddecae

%35.02
%37.40
%27.58

CMYK Percentages of Color #ddecae

%6
%0
%26
%7

Triadic Colors of #ddecae

#ddecae #aeddec #ecaedd

Analogous Colors of #ddecae

#ddecae #beecae #ecdcae

Monochromatic Colors of #ddecae

#ddecae

Complementary Color

#ddecae #bdaeec

#ddecae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecae Color CSS Codes

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

#ddecae Text Font Color

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

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


#ddecae Background Color

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

This div background color is #ddecae


#ddecae Border Color

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

This div border color is #ddecae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecae


Comments

No comments written yet.

Please login to write comment.