Color Hex Logo

#ddbaab Color Hex

#DDBAAB
(221,186,171)
0 Favorites   0 Comments

Color spaces of #ddbaab

RGB 221186171
HSL0.050.420.77
HSV18°23°87°
CMYK 0.000.160.23   0.13
XYZ54.728453.430245.9566
Yxy53.43020.35510.3467
Hunter Lab73.09605.728613.8906
CIE-Lab78.128310.244012.2667

#ddbaab color RGB value is (221,186,171).

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

The process color (four color CMYK) of #ddbaab color hex is 0.00, 0.16, 0.23, 0.13. Web safe color of #ddbaab is #cccc99. Color #ddbaab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10101011
Octal 335 272 253
Decimal 221 186 171
Hex DD BA AB

RGB Percentages of Color #ddbaab

%38.24
%32.18
%29.58

CMYK Percentages of Color #ddbaab

%0
%16
%23
%13

Triadic Colors of #ddbaab

#ddbaab #abddba #baabdd

Analogous Colors of #ddbaab

#ddbaab #ddd3ab #ddabb5

Monochromatic Colors of #ddbaab

#ddbaab

Complementary Color

#ddbaab #abcedd

#ddbaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaab Color CSS Codes

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

#ddbaab Text Font Color

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

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


#ddbaab Background Color

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

This div background color is #ddbaab


#ddbaab Border Color

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

This div border color is #ddbaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,186,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 #ddbaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaab


Comments

No comments written yet.

Please login to write comment.