Color Hex Logo

#d8acbb Color Hex

#D8ACBB
(216,172,187)
0 Favorites   0 Comments

Color spaces of #d8acbb

RGB 216172187
HSL0.940.360.76
HSV340°20°85°
CMYK 0.000.200.13   0.15
XYZ52.041147.691853.4763
Yxy47.69180.33970.3113
Hunter Lab69.059213.65892.4300
CIE-Lab74.630118.3994-1.5376

#d8acbb color RGB value is (216,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10111011
Octal 330 254 273
Decimal 216 172 187
Hex D8 AC BB

RGB Percentages of Color #d8acbb

%37.57
%29.91
%32.52

CMYK Percentages of Color #d8acbb

%0
%20
%13
%15

Triadic Colors of #d8acbb

#d8acbb #bbd8ac #acbbd8

Analogous Colors of #d8acbb

#d8acbb #d8b3ac #d8acd1

Monochromatic Colors of #d8acbb

#d8acbb

Complementary Color

#d8acbb #acd8c9

#d8acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acbb Color CSS Codes

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

#d8acbb Text Font Color

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

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


#d8acbb Background Color

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

This div background color is #d8acbb


#d8acbb Border Color

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

This div border color is #d8acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acbb


Comments

No comments written yet.

Please login to write comment.