Color Hex Logo

#ddc4ab Color Hex

#DDC4AB
(221,196,171)
0 Favorites   0 Comments

Color spaces of #ddc4ab

RGB 221196171
HSL0.080.420.77
HSV30°23°87°
CMYK 0.000.110.23   0.13
XYZ56.909457.792346.6837
Yxy57.79230.35260.3581
Hunter Lab76.02120.587716.8056
CIE-Lab80.62324.944115.7811

#ddc4ab color RGB value is (221,196,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11000100 10101011
Octal 335 304 253
Decimal 221 196 171
Hex DD C4 AB

RGB Percentages of Color #ddc4ab

%37.59
%33.33
%29.08

CMYK Percentages of Color #ddc4ab

%0
%11
%23
%13

Triadic Colors of #ddc4ab

#ddc4ab #abddc4 #c4abdd

Analogous Colors of #ddc4ab

#ddc4ab #ddddab #ddabab

Monochromatic Colors of #ddc4ab

#ddc4ab

Complementary Color

#ddc4ab #abc4dd

#ddc4ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddc4ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddc4ab Color CSS Codes

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

#ddc4ab Text Font Color

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

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


#ddc4ab Background Color

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

This div background color is #ddc4ab


#ddc4ab Border Color

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

This div border color is #ddc4ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddc4ab


Comments

No comments written yet.

Please login to write comment.