Color Hex Logo

#ddd2a4 Color Hex

#DDD2A4
(221,210,164)
0 Favorites   0 Comments

Color spaces of #ddd2a4

RGB 221210164
HSL0.130.460.75
HSV48°26°87°
CMYK 0.000.050.26   0.13
XYZ59.566264.145744.3638
Yxy64.14570.35440.3816
Hunter Lab80.0910-7.403223.2219
CIE-Lab84.0416-3.331924.2156

#ddd2a4 color RGB value is (221,210,164).

#ddd2a4 hex color red value is 221, green value is 210 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #ddd2a4 hue: 0.13 , saturation: 0.46 and the lightness value of ddd2a4 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11010010 10100100
Octal 335 322 244
Decimal 221 210 164
Hex DD D2 A4

RGB Percentages of Color #ddd2a4

%37.14
%35.29
%27.56

CMYK Percentages of Color #ddd2a4

%0
%5
%26
%13

Triadic Colors of #ddd2a4

#ddd2a4 #a4ddd2 #d2a4dd

Analogous Colors of #ddd2a4

#ddd2a4 #ccdda4 #ddb6a4

Monochromatic Colors of #ddd2a4

#ddd2a4

Complementary Color

#ddd2a4 #a4afdd

#ddd2a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd2a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd2a4 Color CSS Codes

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

#ddd2a4 Text Font Color

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

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


#ddd2a4 Background Color

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

This div background color is #ddd2a4


#ddd2a4 Border Color

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

This div border color is #ddd2a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd2a4


Comments

No comments written yet.

Please login to write comment.