Color Hex Logo

#d8acbd Color Hex

#D8ACBD
(216,172,189)
0 Favorites   0 Comments

Color spaces of #d8acbd

RGB 216172189
HSL0.940.360.76
HSV337°20°85°
CMYK 0.000.200.13   0.15
XYZ52.256747.778154.6120
Yxy47.77810.33790.3089
Hunter Lab69.121713.98481.5411
CIE-Lab74.684818.7280-2.5526

#d8acbd color RGB value is (216,172,189).

#d8acbd hex color red value is 216, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d8acbd hue: 0.94 , saturation: 0.36 and the lightness value of d8acbd is 0.76.

The process color (four color CMYK) of #d8acbd color hex is 0.00, 0.20, 0.13, 0.15. Web safe color of #d8acbd is #cc99cc. Color #d8acbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10111101
Octal 330 254 275
Decimal 216 172 189
Hex D8 AC BD

RGB Percentages of Color #d8acbd

%37.44
%29.81
%32.76

CMYK Percentages of Color #d8acbd

%0
%20
%13
%15

Triadic Colors of #d8acbd

#d8acbd #bdd8ac #acbdd8

Analogous Colors of #d8acbd

#d8acbd #d8b1ac #d8acd3

Monochromatic Colors of #d8acbd

#d8acbd

Complementary Color

#d8acbd #acd8c7

#d8acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acbd Color CSS Codes

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

#d8acbd Text Font Color

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

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


#d8acbd Background Color

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

This div background color is #d8acbd


#d8acbd Border Color

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

This div border color is #d8acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acbd


Comments

No comments written yet.

Please login to write comment.