Color Hex Logo

#ddabad Color Hex

#DDABAD
(221,171,173)
0 Favorites   0 Comments

Color spaces of #ddabad

RGB 221171173
HSL0.990.420.77
HSV358°23°87°
CMYK 0.000.230.22   0.13
XYZ51.924547.515145.9698
Yxy47.51510.35710.3268
Hunter Lab68.931213.83098.7117
CIE-Lab74.518118.57686.0278

#ddabad color RGB value is (221,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101011 10101101
Octal 335 253 255
Decimal 221 171 173
Hex DD AB AD

RGB Percentages of Color #ddabad

%39.12
%30.27
%30.62

CMYK Percentages of Color #ddabad

%0
%23
%22
%13

Triadic Colors of #ddabad

#ddabad #adddab #abaddd

Analogous Colors of #ddabad

#ddabad #ddc2ab #ddabc6

Monochromatic Colors of #ddabad

#ddabad

Complementary Color

#ddabad #abdddb

#ddabad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddabad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddabad Color CSS Codes

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

#ddabad Text Font Color

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

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


#ddabad Background Color

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

This div background color is #ddabad


#ddabad Border Color

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

This div border color is #ddabad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddabad


Comments

No comments written yet.

Please login to write comment.