Color Hex Logo

#d1acbf Color Hex

#D1ACBF
(209,172,191)
0 Favorites   0 Comments

Color spaces of #d1acbf

RGB 209172191
HSL0.910.290.75
HSV329°18°82°
CMYK 0.000.180.09   0.18
XYZ50.451046.821955.6687
Yxy46.82190.32990.3061
Hunter Lab68.426511.8619-0.3371
CIE-Lab74.075716.5799-4.6211

#d1acbf color RGB value is (209,172,191).

#d1acbf hex color red value is 209, green value is 172 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d1acbf hue: 0.91 , saturation: 0.29 and the lightness value of d1acbf is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 10101100 10111111
Octal 321 254 277
Decimal 209 172 191
Hex D1 AC BF

RGB Percentages of Color #d1acbf

%36.54
%30.07
%33.39

CMYK Percentages of Color #d1acbf

%0
%18
%9
%18

Triadic Colors of #d1acbf

#d1acbf #bfd1ac #acbfd1

Analogous Colors of #d1acbf

#d1acbf #d1acad #d1acd1

Monochromatic Colors of #d1acbf

#d1acbf

Complementary Color

#d1acbf #acd1be

#d1acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1acbf Color CSS Codes

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

#d1acbf Text Font Color

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

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


#d1acbf Background Color

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

This div background color is #d1acbf


#d1acbf Border Color

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

This div border color is #d1acbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,172,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1acbf


Comments

No comments written yet.

Please login to write comment.