Color Hex Logo

#ddae9b Color Hex

#DDAE9B
(221,174,155)
0 Favorites   0 Comments

Color spaces of #ddae9b

RGB 221174155
HSL0.050.490.74
HSV17°30°87°
CMYK 0.000.210.30   0.13
XYZ50.871248.010837.5962
Yxy48.01080.37270.3518
Hunter Lab69.28989.793916.3325
CIE-Lab74.831714.442016.2956

#ddae9b color RGB value is (221,174,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101110 10011011
Octal 335 256 233
Decimal 221 174 155
Hex DD AE 9B

RGB Percentages of Color #ddae9b

%40.18
%31.64
%28.18

CMYK Percentages of Color #ddae9b

%0
%21
%30
%13

Triadic Colors of #ddae9b

#ddae9b #9bddae #ae9bdd

Analogous Colors of #ddae9b

#ddae9b #ddcf9b #dd9ba9

Monochromatic Colors of #ddae9b

#ddae9b

Complementary Color

#ddae9b #9bcadd

#ddae9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddae9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddae9b Color CSS Codes

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

#ddae9b Text Font Color

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

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


#ddae9b Background Color

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

This div background color is #ddae9b


#ddae9b Border Color

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

This div border color is #ddae9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddae9b


Comments

No comments written yet.

Please login to write comment.