Color Hex Logo

#ddbbaa Color Hex

#DDBBAA
(221,187,170)
2 Favorites   0 Comments

Color spaces of #ddbbaa

RGB 221187170
HSL0.060.430.77
HSV20°23°87°
CMYK 0.000.150.23   0.13
XYZ54.844853.815145.5269
Yxy53.81510.35570.3490
Hunter Lab73.35885.073114.5554
CIE-Lab78.35389.566813.1245

#ddbbaa color RGB value is (221,187,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10101010
Octal 335 273 252
Decimal 221 187 170
Hex DD BB AA

RGB Percentages of Color #ddbbaa

%38.24
%32.35
%29.41

CMYK Percentages of Color #ddbbaa

%0
%15
%23
%13

Triadic Colors of #ddbbaa

#ddbbaa #aaddbb #bbaadd

Analogous Colors of #ddbbaa

#ddbbaa #ddd5aa #ddaab3

Monochromatic Colors of #ddbbaa

#ddbbaa

Complementary Color

#ddbbaa #aaccdd

#ddbbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbaa Color CSS Codes

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

#ddbbaa Text Font Color

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

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


#ddbbaa Background Color

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

This div background color is #ddbbaa


#ddbbaa Border Color

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

This div border color is #ddbbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbaa


Comments

No comments written yet.

Please login to write comment.