Color Hex Logo

#ddd3ae Color Hex

#DDD3AE
(221,211,174)
0 Favorites   0 Comments

Color spaces of #ddd3ae

RGB 221211174
HSL0.130.410.77
HSV47°21°87°
CMYK 0.000.050.21   0.13
XYZ60.753065.016749.3918
Yxy65.01670.34680.3712
Hunter Lab80.6329-6.616620.1249
CIE-Lab84.4923-2.451819.5906

#ddd3ae color RGB value is (221,211,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010011 10101110
Octal 335 323 256
Decimal 221 211 174
Hex DD D3 AE

RGB Percentages of Color #ddd3ae

%36.47
%34.82
%28.71

CMYK Percentages of Color #ddd3ae

%0
%5
%21
%13

Triadic Colors of #ddd3ae

#ddd3ae #aeddd3 #d3aedd

Analogous Colors of #ddd3ae

#ddd3ae #d0ddae #ddbcae

Monochromatic Colors of #ddd3ae

#ddd3ae

Complementary Color

#ddd3ae #aeb8dd

#ddd3ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd3ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd3ae Color CSS Codes

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

#ddd3ae Text Font Color

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

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


#ddd3ae Background Color

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

This div background color is #ddd3ae


#ddd3ae Border Color

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

This div border color is #ddd3ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd3ae


Comments

No comments written yet.

Please login to write comment.