Color Hex Logo

#ddacb2 Color Hex

#DDACB2
(221,172,178)
0 Favorites   0 Comments

Color spaces of #ddacb2

RGB 221172178
HSL0.980.420.77
HSV353°22°87°
CMYK 0.000.220.19   0.13
XYZ52.607248.091648.6294
Yxy48.09160.35230.3221
Hunter Lab69.348114.05026.9674
CIE-Lab74.882718.78873.8170

#ddacb2 color RGB value is (221,172,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10110010
Octal 335 254 262
Decimal 221 172 178
Hex DD AC B2

RGB Percentages of Color #ddacb2

%38.70
%30.12
%31.17

CMYK Percentages of Color #ddacb2

%0
%22
%19
%13

Triadic Colors of #ddacb2

#ddacb2 #b2ddac #acb2dd

Analogous Colors of #ddacb2

#ddacb2 #ddbfac #ddaccb

Monochromatic Colors of #ddacb2

#ddacb2

Complementary Color

#ddacb2 #acddd7

#ddacb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacb2 Color CSS Codes

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

#ddacb2 Text Font Color

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

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


#ddacb2 Background Color

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

This div background color is #ddacb2


#ddacb2 Border Color

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

This div border color is #ddacb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacb2


Comments

No comments written yet.

Please login to write comment.