Color Hex Logo

#ddab87 Color Hex

#DDAB87
(221,171,135)
0 Favorites   0 Comments

Color spaces of #ddab87

RGB 221171135
HSL0.070.560.70
HSV25°39°87°
CMYK 0.000.230.39   0.13
XYZ48.754946.247229.2786
Yxy46.24720.39230.3721
Hunter Lab68.00538.962422.0773
CIE-Lab73.705713.586425.5747

#ddab87 color RGB value is (221,171,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10000111
Octal 335 253 207
Decimal 221 171 135
Hex DD AB 87

RGB Percentages of Color #ddab87

%41.94
%32.45
%25.62

CMYK Percentages of Color #ddab87

%0
%23
%39
%13

Triadic Colors of #ddab87

#ddab87 #87ddab #ab87dd

Analogous Colors of #ddab87

#ddab87 #ddd687 #dd878e

Monochromatic Colors of #ddab87

#ddab87

Complementary Color

#ddab87 #87b9dd

#ddab87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddab87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddab87 Color CSS Codes

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

#ddab87 Text Font Color

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

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


#ddab87 Background Color

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

This div background color is #ddab87


#ddab87 Border Color

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

This div border color is #ddab87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddab87


Comments

No comments written yet.

Please login to write comment.