Color Hex Logo

#ddc1ab Color Hex

#DDC1AB
(221,193,171)
0 Favorites   0 Comments

Color spaces of #ddc1ab

RGB 221193171
HSL0.070.420.77
HSV26°23°87°
CMYK 0.000.130.23   0.13
XYZ56.239456.452446.4603
Yxy56.45240.35340.3547
Hunter Lab75.13482.123715.9319
CIE-Lab79.87066.527614.7245

#ddc1ab color RGB value is (221,193,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000001 10101011
Octal 335 301 253
Decimal 221 193 171
Hex DD C1 AB

RGB Percentages of Color #ddc1ab

%37.78
%32.99
%29.23

CMYK Percentages of Color #ddc1ab

%0
%13
%23
%13

Triadic Colors of #ddc1ab

#ddc1ab #abddc1 #c1abdd

Analogous Colors of #ddc1ab

#ddc1ab #dddaab #ddabae

Monochromatic Colors of #ddc1ab

#ddc1ab

Complementary Color

#ddc1ab #abc7dd

#ddc1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc1ab Color CSS Codes

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

#ddc1ab Text Font Color

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

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


#ddc1ab Background Color

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

This div background color is #ddc1ab


#ddc1ab Border Color

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

This div border color is #ddc1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc1ab


Comments

No comments written yet.

Please login to write comment.