Color Hex Logo

#ddacab Color Hex

#DDACAB
(221,172,171)
0 Favorites   0 Comments

Color spaces of #ddacab

RGB 221172171
HSL0.000.420.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ51.922047.817545.0212
Yxy47.81750.35870.3303
Hunter Lab69.150213.01549.8036
CIE-Lab74.709717.74427.3973

#ddacab color RGB value is (221,172,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10101011
Octal 335 254 253
Decimal 221 172 171
Hex DD AC AB

RGB Percentages of Color #ddacab

%39.18
%30.50
%30.32

CMYK Percentages of Color #ddacab

%0
%22
%23
%13

Triadic Colors of #ddacab

#ddacab #abddac #acabdd

Analogous Colors of #ddacab

#ddacab #ddc5ab #ddabc3

Monochromatic Colors of #ddacab

#ddacab

Complementary Color

#ddacab #abdcdd

#ddacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacab Color CSS Codes

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

#ddacab Text Font Color

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

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


#ddacab Background Color

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

This div background color is #ddacab


#ddacab Border Color

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

This div border color is #ddacab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacab


Comments

No comments written yet.

Please login to write comment.