Color Hex Logo

#dda8ae Color Hex

#DDA8AE
(221,168,174)
0 Favorites   0 Comments

Color spaces of #dda8ae

RGB 221168174
HSL0.980.440.76
HSV353°24°87°
CMYK 0.000.240.21   0.13
XYZ51.461446.433446.2946
Yxy46.43340.35690.3220
Hunter Lab68.142115.55607.4188
CIE-Lab73.825920.34154.4818

#dda8ae color RGB value is (221,168,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101000 10101110
Octal 335 250 256
Decimal 221 168 174
Hex DD A8 AE

RGB Percentages of Color #dda8ae

%39.25
%29.84
%30.91

CMYK Percentages of Color #dda8ae

%0
%24
%21
%13

Triadic Colors of #dda8ae

#dda8ae #aedda8 #a8aedd

Analogous Colors of #dda8ae

#dda8ae #ddbda8 #dda8c9

Monochromatic Colors of #dda8ae

#dda8ae

Complementary Color

#dda8ae #a8ddd7

#dda8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda8ae Color CSS Codes

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

#dda8ae Text Font Color

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

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


#dda8ae Background Color

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

This div background color is #dda8ae


#dda8ae Border Color

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

This div border color is #dda8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda8ae


Comments

No comments written yet.

Please login to write comment.