Color Hex Logo

#ddae9a Color Hex

#DDAE9A
(221,174,154)
0 Favorites   0 Comments

Color spaces of #ddae9a

RGB 221174154
HSL0.050.500.74
HSV18°30°87°
CMYK 0.000.210.30   0.13
XYZ50.787647.977337.1556
Yxy47.97730.37370.3530
Hunter Lab69.26569.666516.6815
CIE-Lab74.810614.310516.8094

#ddae9a color RGB value is (221,174,154).

#ddae9a hex color red value is 221, green value is 174 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ddae9a hue: 0.05 , saturation: 0.50 and the lightness value of ddae9a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10011010
Octal 335 256 232
Decimal 221 174 154
Hex DD AE 9A

RGB Percentages of Color #ddae9a

%40.26
%31.69
%28.05

CMYK Percentages of Color #ddae9a

%0
%21
%30
%13

Triadic Colors of #ddae9a

#ddae9a #9addae #ae9add

Analogous Colors of #ddae9a

#ddae9a #ddd09a #dd9aa8

Monochromatic Colors of #ddae9a

#ddae9a

Complementary Color

#ddae9a #9ac9dd

#ddae9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae9a Color CSS Codes

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

#ddae9a Text Font Color

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

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


#ddae9a Background Color

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

This div background color is #ddae9a


#ddae9a Border Color

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

This div border color is #ddae9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae9a

#ddae9a Color Palettes


Comments

No comments written yet.

Please login to write comment.