Color Hex Logo

#ddaeac Color Hex

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

Color spaces of #ddaeac

RGB 221174172
HSL0.010.420.77
HSV22°87°
CMYK 0.000.210.22   0.13
XYZ52.401248.622845.6530
Yxy48.62280.35730.3315
Hunter Lab69.730112.11289.9932
CIE-Lab75.216116.81517.5767

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

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

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

Base Numbers

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

RGB Percentages of Color #ddaeac

%38.98
%30.69
%30.34

CMYK Percentages of Color #ddaeac

%0
%21
%22
%13

Triadic Colors of #ddaeac

#ddaeac #acddae #aeacdd

Analogous Colors of #ddaeac

#ddaeac #ddc7ac #ddacc3

Monochromatic Colors of #ddaeac

#ddaeac

Complementary Color

#ddaeac #acdbdd

#ddaeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaeac Color CSS Codes

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

#ddaeac Text Font Color

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

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


#ddaeac Background Color

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

This div background color is #ddaeac


#ddaeac Border Color

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

This div border color is #ddaeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaeac


Comments

No comments written yet.

Please login to write comment.