Color Hex Logo

#ddadab Color Hex

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

Color spaces of #ddadab

RGB 221173171
HSL0.010.420.77
HSV23°87°
CMYK 0.000.220.23   0.13
XYZ52.113048.199645.0849
Yxy48.19960.35840.3315
Hunter Lab69.425912.491610.0955
CIE-Lab74.950617.20617.7426

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

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

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

Base Numbers

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

RGB Percentages of Color #ddadab

%39.12
%30.62
%30.27

CMYK Percentages of Color #ddadab

%0
%22
%23
%13

Triadic Colors of #ddadab

#ddadab #abddad #adabdd

Analogous Colors of #ddadab

#ddadab #ddc6ab #ddabc2

Monochromatic Colors of #ddadab

#ddadab

Complementary Color

#ddadab #abdbdd

#ddadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadab Color CSS Codes

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

#ddadab Text Font Color

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

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


#ddadab Background Color

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

This div background color is #ddadab


#ddadab Border Color

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

This div border color is #ddadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadab


Comments

No comments written yet.

Please login to write comment.