Color Hex Logo

#ddaab7 Color Hex

#DDAAB7
(221,170,183)
0 Favorites   0 Comments

Color spaces of #ddaab7

RGB 221170183
HSL0.960.430.77
HSV345°23°87°
CMYK 0.000.230.17   0.13
XYZ52.740847.540551.1962
Yxy47.54050.34820.3138
Hunter Lab68.949615.87604.2410
CIE-Lab74.534220.63800.5724

#ddaab7 color RGB value is (221,170,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10110111
Octal 335 252 267
Decimal 221 170 183
Hex DD AA B7

RGB Percentages of Color #ddaab7

%38.50
%29.62
%31.88

CMYK Percentages of Color #ddaab7

%0
%23
%17
%13

Triadic Colors of #ddaab7

#ddaab7 #b7ddaa #aab7dd

Analogous Colors of #ddaab7

#ddaab7 #ddb7aa #ddaad1

Monochromatic Colors of #ddaab7

#ddaab7

Complementary Color

#ddaab7 #aaddd0

#ddaab7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaab7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaab7 Color CSS Codes

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

#ddaab7 Text Font Color

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

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


#ddaab7 Background Color

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

This div background color is #ddaab7


#ddaab7 Border Color

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

This div border color is #ddaab7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaab7


Comments

No comments written yet.

Please login to write comment.