Color Hex Logo

#ddaab9 Color Hex

#DDAAB9
(221,170,185)
0 Favorites   0 Comments

Color spaces of #ddaab9

RGB 221170185
HSL0.950.430.77
HSV342°23°87°
CMYK 0.000.230.16   0.13
XYZ52.950547.624452.3006
Yxy47.62440.34640.3115
Hunter Lab69.010416.19173.3735
CIE-Lab74.587420.9524-0.4462

#ddaab9 color RGB value is (221,170,185).

#ddaab9 hex color red value is 221, green value is 170 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #ddaab9 hue: 0.95 , saturation: 0.43 and the lightness value of ddaab9 is 0.77.

The process color (four color CMYK) of #ddaab9 color hex is 0.00, 0.23, 0.16, 0.13. Web safe color of #ddaab9 is #cc99cc. Color #ddaab9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10111001
Octal 335 252 271
Decimal 221 170 185
Hex DD AA B9

RGB Percentages of Color #ddaab9

%38.37
%29.51
%32.12

CMYK Percentages of Color #ddaab9

%0
%23
%16
%13

Triadic Colors of #ddaab9

#ddaab9 #b9ddaa #aab9dd

Analogous Colors of #ddaab9

#ddaab9 #ddb5aa #ddaad3

Monochromatic Colors of #ddaab9

#ddaab9

Complementary Color

#ddaab9 #aaddce

#ddaab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaab9 Color CSS Codes

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

#ddaab9 Text Font Color

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

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


#ddaab9 Background Color

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

This div background color is #ddaab9


#ddaab9 Border Color

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

This div border color is #ddaab9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaab9


Comments

No comments written yet.

Please login to write comment.