Color Hex Logo

#ddbbad Color Hex

#DDBBAD
(221,187,173)
0 Favorites   0 Comments

Color spaces of #ddbbad

RGB 221187173
HSL0.050.410.77
HSV18°22°87°
CMYK 0.000.150.22   0.13
XYZ55.131953.929947.0389
Yxy53.92990.35320.3455
Hunter Lab73.43705.491913.4286
CIE-Lab78.420810.002911.6025

#ddbbad color RGB value is (221,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111011 10101101
Octal 335 273 255
Decimal 221 187 173
Hex DD BB AD

RGB Percentages of Color #ddbbad

%38.04
%32.19
%29.78

CMYK Percentages of Color #ddbbad

%0
%15
%22
%13

Triadic Colors of #ddbbad

#ddbbad #adddbb #bbaddd

Analogous Colors of #ddbbad

#ddbbad #ddd3ad #ddadb7

Monochromatic Colors of #ddbbad

#ddbbad

Complementary Color

#ddbbad #adcfdd

#ddbbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbbad Color CSS Codes

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

#ddbbad Text Font Color

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

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


#ddbbad Background Color

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

This div background color is #ddbbad


#ddbbad Border Color

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

This div border color is #ddbbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbbad


Comments

No comments written yet.

Please login to write comment.