Color Hex Logo

#ddaac7 Color Hex

#DDAAC7
(221,170,199)
0 Favorites   0 Comments

Color spaces of #ddaac7

RGB 221170199
HSL0.910.430.77
HSV326°23°87°
CMYK 0.000.230.10   0.13
XYZ54.502348.245160.4725
Yxy48.24510.33390.2956
Hunter Lab69.458718.5113-2.9983
CIE-Lab74.979323.2439-7.5370

#ddaac7 color RGB value is (221,170,199).

#ddaac7 hex color red value is 221, green value is 170 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #ddaac7 hue: 0.91 , saturation: 0.43 and the lightness value of ddaac7 is 0.77.

The process color (four color CMYK) of #ddaac7 color hex is 0.00, 0.23, 0.10, 0.13. Web safe color of #ddaac7 is #cc99cc. Color #ddaac7 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11000111
Octal 335 252 307
Decimal 221 170 199
Hex DD AA C7

RGB Percentages of Color #ddaac7

%37.46
%28.81
%33.73

CMYK Percentages of Color #ddaac7

%0
%23
%10
%13

Triadic Colors of #ddaac7

#ddaac7 #c7ddaa #aac7dd

Analogous Colors of #ddaac7

#ddaac7 #ddaaae #daaadd

Monochromatic Colors of #ddaac7

#ddaac7

Complementary Color

#ddaac7 #aaddc0

#ddaac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaac7 Color CSS Codes

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

#ddaac7 Text Font Color

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

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


#ddaac7 Background Color

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

This div background color is #ddaac7


#ddaac7 Border Color

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

This div border color is #ddaac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaac7


Comments

No comments written yet.

Please login to write comment.