Color Hex Logo

#ddbbab Color Hex

#DDBBAB
(221,187,171)
0 Favorites   0 Comments

Color spaces of #ddbbab

RGB 221187171
HSL0.050.420.77
HSV19°23°87°
CMYK 0.000.150.23   0.13
XYZ54.939853.853146.0271
Yxy53.85310.35490.3478
Hunter Lab73.38475.211714.1824
CIE-Lab78.37609.711312.6171

#ddbbab color RGB value is (221,187,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10101011
Octal 335 273 253
Decimal 221 187 171
Hex DD BB AB

RGB Percentages of Color #ddbbab

%38.17
%32.30
%29.53

CMYK Percentages of Color #ddbbab

%0
%15
%23
%13

Triadic Colors of #ddbbab

#ddbbab #abddbb #bbabdd

Analogous Colors of #ddbbab

#ddbbab #ddd4ab #ddabb4

Monochromatic Colors of #ddbbab

#ddbbab

Complementary Color

#ddbbab #abcddd

#ddbbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbab Color CSS Codes

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

#ddbbab Text Font Color

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

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


#ddbbab Background Color

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

This div background color is #ddbbab


#ddbbab Border Color

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

This div border color is #ddbbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbab

#ddbbab Color Palettes


Comments

No comments written yet.

Please login to write comment.