Color Hex Logo

#ddacb7 Color Hex

#DDACB7
(221,172,183)
0 Favorites   0 Comments

Color spaces of #ddacb7

RGB 221172183
HSL0.960.420.77
HSV347°22°87°
CMYK 0.000.220.17   0.13
XYZ53.118648.296151.3222
Yxy48.29610.34780.3162
Hunter Lab69.495414.81904.8612
CIE-Lab75.011319.56021.2675

#ddacb7 color RGB value is (221,172,183).

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

The process color (four color CMYK) of #ddacb7 color hex is 0.00, 0.22, 0.17, 0.13. Web safe color of #ddacb7 is #cc99cc. Color #ddacb7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10110111
Octal 335 254 267
Decimal 221 172 183
Hex DD AC B7

RGB Percentages of Color #ddacb7

%38.37
%29.86
%31.77

CMYK Percentages of Color #ddacb7

%0
%22
%17
%13

Triadic Colors of #ddacb7

#ddacb7 #b7ddac #acb7dd

Analogous Colors of #ddacb7

#ddacb7 #ddbaac #ddacd0

Monochromatic Colors of #ddacb7

#ddacb7

Complementary Color

#ddacb7 #acddd2

#ddacb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacb7 Color CSS Codes

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

#ddacb7 Text Font Color

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

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


#ddacb7 Background Color

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

This div background color is #ddacb7


#ddacb7 Border Color

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

This div border color is #ddacb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacb7


Comments

No comments written yet.

Please login to write comment.