Color Hex Logo

#ddadba Color Hex

#DDADBA
(221,173,186)
0 Favorites   0 Comments

Color spaces of #ddadba

RGB 221173186
HSL0.950.410.77
HSV344°22°87°
CMYK 0.000.220.16   0.13
XYZ53.625348.804553.0482
Yxy48.80450.34490.3139
Hunter Lab69.860214.76273.8804
CIE-Lab75.329519.49390.0905

#ddadba color RGB value is (221,173,186).

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

The process color (four color CMYK) of #ddadba color hex is 0.00, 0.22, 0.16, 0.13. Web safe color of #ddadba is #cc99cc. Color #ddadba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10111010
Octal 335 255 272
Decimal 221 173 186
Hex DD AD BA

RGB Percentages of Color #ddadba

%38.10
%29.83
%32.07

CMYK Percentages of Color #ddadba

%0
%22
%16
%13

Triadic Colors of #ddadba

#ddadba #baddad #adbadd

Analogous Colors of #ddadba

#ddadba #ddb8ad #ddadd2

Monochromatic Colors of #ddadba

#ddadba

Complementary Color

#ddadba #adddd0

#ddadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadba Color CSS Codes

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

#ddadba Text Font Color

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

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


#ddadba Background Color

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

This div background color is #ddadba


#ddadba Border Color

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

This div border color is #ddadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadba


Comments

No comments written yet.

Please login to write comment.