Color Hex Logo

#ddafab Color Hex

#DDAFAB
(221,175,171)
0 Favorites   0 Comments

Color spaces of #ddafab

RGB 221175171
HSL0.010.420.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ52.499548.972445.2137
Yxy48.97240.35790.3339
Hunter Lab69.980311.445910.6794
CIE-Lab75.434216.13138.4344

#ddafab color RGB value is (221,175,171).

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

The process color (four color CMYK) of #ddafab color hex is 0.00, 0.21, 0.23, 0.13. Web safe color of #ddafab is #cc9999. Color #ddafab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10101111 10101011
Octal 335 257 253
Decimal 221 175 171
Hex DD AF AB

RGB Percentages of Color #ddafab

%38.98
%30.86
%30.16

CMYK Percentages of Color #ddafab

%0
%21
%23
%13

Triadic Colors of #ddafab

#ddafab #abddaf #afabdd

Analogous Colors of #ddafab

#ddafab #ddc8ab #ddabc0

Monochromatic Colors of #ddafab

#ddafab

Complementary Color

#ddafab #abd9dd

#ddafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddafab Color CSS Codes

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

#ddafab Text Font Color

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

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


#ddafab Background Color

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

This div background color is #ddafab


#ddafab Border Color

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

This div border color is #ddafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddafab


Comments

No comments written yet.

Please login to write comment.