Color Hex Logo

#dda0ae Color Hex

#DDA0AE
(221,160,174)
0 Favorites   0 Comments

Color spaces of #dda0ae

RGB 221160174
HSL0.960.470.75
HSV346°28°87°
CMYK 0.000.280.21   0.13
XYZ50.029643.569845.8174
Yxy43.56980.35880.3125
Hunter Lab66.007419.77915.0505
CIE-Lab71.940024.65521.7488

#dda0ae color RGB value is (221,160,174).

#dda0ae hex color red value is 221, green value is 160 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dda0ae hue: 0.96 , saturation: 0.47 and the lightness value of dda0ae is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100000 10101110
Octal 335 240 256
Decimal 221 160 174
Hex DD A0 AE

RGB Percentages of Color #dda0ae

%39.82
%28.83
%31.35

CMYK Percentages of Color #dda0ae

%0
%28
%21
%13

Triadic Colors of #dda0ae

#dda0ae #aedda0 #a0aedd

Analogous Colors of #dda0ae

#dda0ae #ddb1a0 #dda0cd

Monochromatic Colors of #dda0ae

#dda0ae

Complementary Color

#dda0ae #a0ddcf

#dda0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda0ae Color CSS Codes

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

#dda0ae Text Font Color

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

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


#dda0ae Background Color

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

This div background color is #dda0ae


#dda0ae Border Color

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

This div border color is #dda0ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,160,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 #dda0ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda0ae


Comments

No comments written yet.

Please login to write comment.