Color Hex Logo

#ddaab6 Color Hex

#DDAAB6
(221,170,182)
0 Favorites   0 Comments

Color spaces of #ddaab6

RGB 221170182
HSL0.960.430.77
HSV346°23°87°
CMYK 0.000.230.18   0.13
XYZ52.637047.499050.6499
Yxy47.49900.34910.3150
Hunter Lab68.919515.71954.6706
CIE-Lab74.507820.48191.0821

#ddaab6 color RGB value is (221,170,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101010 10110110
Octal 335 252 266
Decimal 221 170 182
Hex DD AA B6

RGB Percentages of Color #ddaab6

%38.57
%29.67
%31.76

CMYK Percentages of Color #ddaab6

%0
%23
%18
%13

Triadic Colors of #ddaab6

#ddaab6 #b6ddaa #aab6dd

Analogous Colors of #ddaab6

#ddaab6 #ddb8aa #ddaad0

Monochromatic Colors of #ddaab6

#ddaab6

Complementary Color

#ddaab6 #aaddd1

#ddaab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddaab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddaab6 Color CSS Codes

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

#ddaab6 Text Font Color

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

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


#ddaab6 Background Color

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

This div background color is #ddaab6


#ddaab6 Border Color

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

This div border color is #ddaab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddaab6


Comments

No comments written yet.

Please login to write comment.