Color Hex Logo

#dda5ae Color Hex

#DDA5AE
(221,165,174)
0 Favorites   0 Comments

Color spaces of #dda5ae

RGB 221165174
HSL0.970.450.76
HSV350°25°87°
CMYK 0.000.250.21   0.13
XYZ50.913945.338446.1121
Yxy45.33840.35760.3185
Hunter Lab67.333817.13726.5302
CIE-Lab73.114221.95893.4526

#dda5ae color RGB value is (221,165,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100101 10101110
Octal 335 245 256
Decimal 221 165 174
Hex DD A5 AE

RGB Percentages of Color #dda5ae

%39.46
%29.46
%31.07

CMYK Percentages of Color #dda5ae

%0
%25
%21
%13

Triadic Colors of #dda5ae

#dda5ae #aedda5 #a5aedd

Analogous Colors of #dda5ae

#dda5ae #ddb8a5 #dda5ca

Monochromatic Colors of #dda5ae

#dda5ae

Complementary Color

#dda5ae #a5ddd4

#dda5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda5ae Color CSS Codes

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

#dda5ae Text Font Color

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

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


#dda5ae Background Color

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

This div background color is #dda5ae


#dda5ae Border Color

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

This div border color is #dda5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda5ae


Comments

No comments written yet.

Please login to write comment.