Color Hex Logo

#ddbaaa Color Hex

#DDBAAA
(221,186,170)
0 Favorites   0 Comments

Color spaces of #ddbaaa

RGB 221186170
HSL0.050.430.77
HSV19°23°87°
CMYK 0.000.160.23   0.13
XYZ54.633453.392245.4565
Yxy53.39220.35600.3479
Hunter Lab73.07005.589514.2649
CIE-Lab78.106010.099412.7744

#ddbaaa color RGB value is (221,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111010 10101010
Octal 335 272 252
Decimal 221 186 170
Hex DD BA AA

RGB Percentages of Color #ddbaaa

%38.30
%32.24
%29.46

CMYK Percentages of Color #ddbaaa

%0
%16
%23
%13

Triadic Colors of #ddbaaa

#ddbaaa #aaddba #baaadd

Analogous Colors of #ddbaaa

#ddbaaa #ddd4aa #ddaab4

Monochromatic Colors of #ddbaaa

#ddbaaa

Complementary Color

#ddbaaa #aacddd

#ddbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbaaa Color CSS Codes

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

#ddbaaa Text Font Color

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

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


#ddbaaa Background Color

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

This div background color is #ddbaaa


#ddbaaa Border Color

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

This div border color is #ddbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbaaa


Comments

No comments written yet.

Please login to write comment.