Color Hex Logo

#ddaac4 Color Hex

#DDAAC4
(221,170,196)
0 Favorites   0 Comments

Color spaces of #ddaac4

RGB 221170196
HSL0.920.430.77
HSV329°23°87°
CMYK 0.000.230.11   0.13
XYZ54.157348.107158.6558
Yxy48.10710.33650.2990
Hunter Lab69.359317.9981-1.5889
CIE-Lab74.892422.7398-6.0237

#ddaac4 color RGB value is (221,170,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 11000100
Octal 335 252 304
Decimal 221 170 196
Hex DD AA C4

RGB Percentages of Color #ddaac4

%37.65
%28.96
%33.39

CMYK Percentages of Color #ddaac4

%0
%23
%11
%13

Triadic Colors of #ddaac4

#ddaac4 #c4ddaa #aac4dd

Analogous Colors of #ddaac4

#ddaac4 #ddaaab #ddaadd

Monochromatic Colors of #ddaac4

#ddaac4

Complementary Color

#ddaac4 #aaddc3

#ddaac4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaac4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaac4 Color CSS Codes

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

#ddaac4 Text Font Color

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

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


#ddaac4 Background Color

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

This div background color is #ddaac4


#ddaac4 Border Color

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

This div border color is #ddaac4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaac4


Comments

No comments written yet.

Please login to write comment.