Color Hex Logo

#ddd9ab Color Hex

#DDD9AB
(221,217,171)
0 Favorites   0 Comments

Color spaces of #ddd9ab

RGB 221217171
HSL0.150.420.77
HSV55°23°87°
CMYK 0.000.020.23   0.13
XYZ61.982367.938148.3746
Yxy67.93810.34760.3810
Hunter Lab82.4246-10.013122.9002
CIE-Lab85.9755-5.959023.2100

#ddd9ab color RGB value is (221,217,171).

#ddd9ab hex color red value is 221, green value is 217 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ddd9ab hue: 0.15 , saturation: 0.42 and the lightness value of ddd9ab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011001 10101011
Octal 335 331 253
Decimal 221 217 171
Hex DD D9 AB

RGB Percentages of Color #ddd9ab

%36.29
%35.63
%28.08

CMYK Percentages of Color #ddd9ab

%0
%2
%23
%13

Triadic Colors of #ddd9ab

#ddd9ab #abddd9 #d9abdd

Analogous Colors of #ddd9ab

#ddd9ab #c8ddab #ddc0ab

Monochromatic Colors of #ddd9ab

#ddd9ab

Complementary Color

#ddd9ab #abafdd

#ddd9ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd9ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd9ab Color CSS Codes

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

#ddd9ab Text Font Color

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

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


#ddd9ab Background Color

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

This div background color is #ddd9ab


#ddd9ab Border Color

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

This div border color is #ddd9ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd9ab


Comments

No comments written yet.

Please login to write comment.