Color Hex Logo

#ddadb5 Color Hex

#DDADB5
(221,173,181)
0 Favorites   0 Comments

Color spaces of #ddadb5

RGB 221173181
HSL0.970.410.77
HSV350°22°87°
CMYK 0.000.220.18   0.13
XYZ53.102948.595550.2971
Yxy48.59550.34940.3197
Hunter Lab69.710513.98156.0188
CIE-Lab75.199018.71072.6344

#ddadb5 color RGB value is (221,173,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101101 10110101
Octal 335 255 265
Decimal 221 173 181
Hex DD AD B5

RGB Percentages of Color #ddadb5

%38.43
%30.09
%31.48

CMYK Percentages of Color #ddadb5

%0
%22
%18
%13

Triadic Colors of #ddadb5

#ddadb5 #b5ddad #adb5dd

Analogous Colors of #ddadb5

#ddadb5 #ddbdad #ddadcd

Monochromatic Colors of #ddadb5

#ddadb5

Complementary Color

#ddadb5 #adddd5

#ddadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddadb5 Color CSS Codes

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

#ddadb5 Text Font Color

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

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


#ddadb5 Background Color

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

This div background color is #ddadb5


#ddadb5 Border Color

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

This div border color is #ddadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddadb5


Comments

No comments written yet.

Please login to write comment.