Color Hex Logo

#ddbfab Color Hex

#DDBFAB
(221,191,171)
0 Favorites   0 Comments

Color spaces of #ddbfab

RGB 221191171
HSL0.070.420.77
HSV24°23°87°
CMYK 0.000.140.23   0.13
XYZ55.800355.574046.3139
Yxy55.57400.35390.3524
Hunter Lab74.54803.151015.3489
CIE-Lab79.37087.586814.0210

#ddbfab color RGB value is (221,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111111 10101011
Octal 335 277 253
Decimal 221 191 171
Hex DD BF AB

RGB Percentages of Color #ddbfab

%37.91
%32.76
%29.33

CMYK Percentages of Color #ddbfab

%0
%14
%23
%13

Triadic Colors of #ddbfab

#ddbfab #abddbf #bfabdd

Analogous Colors of #ddbfab

#ddbfab #ddd8ab #ddabb0

Monochromatic Colors of #ddbfab

#ddbfab

Complementary Color

#ddbfab #abc9dd

#ddbfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddbfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddbfab Color CSS Codes

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

#ddbfab Text Font Color

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

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


#ddbfab Background Color

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

This div background color is #ddbfab


#ddbfab Border Color

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

This div border color is #ddbfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddbfab


Comments

No comments written yet.

Please login to write comment.