Color Hex Logo

#ddae9e Color Hex

#DDAE9E
(221,174,158)
0 Favorites   0 Comments

Color spaces of #ddae9e

RGB 221174158
HSL0.040.480.74
HSV15°29°87°
CMYK 0.000.210.29   0.13
XYZ51.126448.112938.9398
Yxy48.11290.37000.3482
Hunter Lab69.363510.182715.2697
CIE-Lab74.896114.842314.7546

#ddae9e color RGB value is (221,174,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10011110
Octal 335 256 236
Decimal 221 174 158
Hex DD AE 9E

RGB Percentages of Color #ddae9e

%39.96
%31.46
%28.57

CMYK Percentages of Color #ddae9e

%0
%21
%29
%13

Triadic Colors of #ddae9e

#ddae9e #9eddae #ae9edd

Analogous Colors of #ddae9e

#ddae9e #ddce9e #dd9eae

Monochromatic Colors of #ddae9e

#ddae9e

Complementary Color

#ddae9e #9ecddd

#ddae9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae9e Color CSS Codes

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

#ddae9e Text Font Color

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

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


#ddae9e Background Color

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

This div background color is #ddae9e


#ddae9e Border Color

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

This div border color is #ddae9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae9e


Comments

No comments written yet.

Please login to write comment.