Color Hex Logo

#dda4ae Color Hex

#DDA4AE
(221,164,174)
0 Favorites   0 Comments

Color spaces of #dda4ae

RGB 221164174
HSL0.970.460.75
HSV349°26°87°
CMYK 0.000.260.21   0.13
XYZ50.734244.979146.0522
Yxy44.97910.35790.3173
Hunter Lab67.066517.66476.2341
CIE-Lab72.878122.49793.1107

#dda4ae color RGB value is (221,164,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100100 10101110
Octal 335 244 256
Decimal 221 164 174
Hex DD A4 AE

RGB Percentages of Color #dda4ae

%39.53
%29.34
%31.13

CMYK Percentages of Color #dda4ae

%0
%26
%21
%13

Triadic Colors of #dda4ae

#dda4ae #aedda4 #a4aedd

Analogous Colors of #dda4ae

#dda4ae #ddb7a4 #dda4cb

Monochromatic Colors of #dda4ae

#dda4ae

Complementary Color

#dda4ae #a4ddd3

#dda4ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda4ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda4ae Color CSS Codes

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

#dda4ae Text Font Color

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

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


#dda4ae Background Color

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

This div background color is #dda4ae


#dda4ae Border Color

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

This div border color is #dda4ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda4ae


Comments

No comments written yet.

Please login to write comment.