Color Hex Logo

#dddcae Color Hex

#DDDCAE
(221,220,174)
0 Favorites   0 Comments

Color spaces of #dddcae

RGB 221220174
HSL0.160.410.77
HSV59°21°87°
CMYK 0.000.000.21   0.13
XYZ63.052069.614550.1582
Yxy69.61450.34490.3808
Hunter Lab83.4353-11.119522.7618
CIE-Lab86.8074-7.064922.7914

#dddcae color RGB value is (221,220,174).

#dddcae hex color red value is 221, green value is 220 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dddcae hue: 0.16 , saturation: 0.41 and the lightness value of dddcae is 0.77.

The process color (four color CMYK) of #dddcae color hex is 0.00, 0.00, 0.21, 0.13. Web safe color of #dddcae is #cccc99. Color #dddcae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011100 10101110
Octal 335 334 256
Decimal 221 220 174
Hex DD DC AE

RGB Percentages of Color #dddcae

%35.93
%35.77
%28.29

CMYK Percentages of Color #dddcae

%0
%0
%21
%13

Triadic Colors of #dddcae

#dddcae #aedddc #dcaedd

Analogous Colors of #dddcae

#dddcae #c7ddae #ddc5ae

Monochromatic Colors of #dddcae

#dddcae

Complementary Color

#dddcae #aeafdd

#dddcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddcae Color CSS Codes

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

#dddcae Text Font Color

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

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


#dddcae Background Color

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

This div background color is #dddcae


#dddcae Border Color

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

This div border color is #dddcae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,220,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 #dddcae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddcae


Comments

No comments written yet.

Please login to write comment.