Color Hex Logo

#ddadaa Color Hex

#DDADAA
(221,173,170)
0 Favorites   0 Comments

Color spaces of #ddadaa

RGB 221173170
HSL0.010.430.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ52.018148.161644.5847
Yxy48.16160.35930.3327
Hunter Lab69.398612.348310.4885
CIE-Lab74.926717.06068.2547

#ddadaa color RGB value is (221,173,170).

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

The process color (four color CMYK) of #ddadaa color hex is 0.00, 0.22, 0.23, 0.13. Web safe color of #ddadaa is #cc9999. Color #ddadaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10101010
Octal 335 255 252
Decimal 221 173 170
Hex DD AD AA

RGB Percentages of Color #ddadaa

%39.18
%30.67
%30.14

CMYK Percentages of Color #ddadaa

%0
%22
%23
%13

Triadic Colors of #ddadaa

#ddadaa #aaddad #adaadd

Analogous Colors of #ddadaa

#ddadaa #ddc7aa #ddaac1

Monochromatic Colors of #ddadaa

#ddadaa

Complementary Color

#ddadaa #aadadd

#ddadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadaa Color CSS Codes

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

#ddadaa Text Font Color

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

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


#ddadaa Background Color

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

This div background color is #ddadaa


#ddadaa Border Color

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

This div border color is #ddadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadaa


Comments

No comments written yet.

Please login to write comment.