Color Hex Logo

#ddc1ae Color Hex

#DDC1AE
(221,193,174)
0 Favorites   0 Comments

Color spaces of #ddc1ae

RGB 221193174
HSL0.070.410.77
HSV24°21°87°
CMYK 0.000.130.21   0.13
XYZ56.528756.568147.9837
Yxy56.56810.35090.3512
Hunter Lab75.21182.538914.8223
CIE-Lab79.93616.964013.2094

#ddc1ae color RGB value is (221,193,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 10101110
Octal 335 301 256
Decimal 221 193 174
Hex DD C1 AE

RGB Percentages of Color #ddc1ae

%37.59
%32.82
%29.59

CMYK Percentages of Color #ddc1ae

%0
%13
%21
%13

Triadic Colors of #ddc1ae

#ddc1ae #aeddc1 #c1aedd

Analogous Colors of #ddc1ae

#ddc1ae #ddd9ae #ddaeb3

Monochromatic Colors of #ddc1ae

#ddc1ae

Complementary Color

#ddc1ae #aecadd

#ddc1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1ae Color CSS Codes

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

#ddc1ae Text Font Color

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

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


#ddc1ae Background Color

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

This div background color is #ddc1ae


#ddc1ae Border Color

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

This div border color is #ddc1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1ae


Comments

No comments written yet.

Please login to write comment.