Color Hex Logo

#ddacae Color Hex

#DDACAE
(221,172,174)
0 Favorites   0 Comments

Color spaces of #ddacae

RGB 221172174
HSL0.990.420.77
HSV358°22°87°
CMYK 0.000.220.21   0.13
XYZ52.211347.933246.5446
Yxy47.93320.35590.3268
Hunter Lab69.233813.45318.6041
CIE-Lab74.782818.18695.8614

#ddacae color RGB value is (221,172,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101100 10101110
Octal 335 254 256
Decimal 221 172 174
Hex DD AC AE

RGB Percentages of Color #ddacae

%38.98
%30.34
%30.69

CMYK Percentages of Color #ddacae

%0
%22
%21
%13

Triadic Colors of #ddacae

#ddacae #aeddac #acaedd

Analogous Colors of #ddacae

#ddacae #ddc3ac #ddacc7

Monochromatic Colors of #ddacae

#ddacae

Complementary Color

#ddacae #acdddb

#ddacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddacae Color CSS Codes

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

#ddacae Text Font Color

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

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


#ddacae Background Color

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

This div background color is #ddacae


#ddacae Border Color

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

This div border color is #ddacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddacae

#ddacae Color Palettes


Comments

No comments written yet.

Please login to write comment.