Color Hex Logo

#d8acba Color Hex

#D8ACBA
(216,172,186)
0 Favorites   0 Comments

Color spaces of #d8acba

RGB 216172186
HSL0.950.360.76
HSV341°20°85°
CMYK 0.000.200.14   0.15
XYZ51.934447.649152.9143
Yxy47.64910.34060.3125
Hunter Lab69.028313.49732.8705
CIE-Lab74.603118.2363-1.0295

#d8acba color RGB value is (216,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10111010
Octal 330 254 272
Decimal 216 172 186
Hex D8 AC BA

RGB Percentages of Color #d8acba

%37.63
%29.97
%32.40

CMYK Percentages of Color #d8acba

%0
%20
%14
%15

Triadic Colors of #d8acba

#d8acba #bad8ac #acbad8

Analogous Colors of #d8acba

#d8acba #d8b4ac #d8acd0

Monochromatic Colors of #d8acba

#d8acba

Complementary Color

#d8acba #acd8ca

#d8acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acba Color CSS Codes

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

#d8acba Text Font Color

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

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


#d8acba Background Color

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

This div background color is #d8acba


#d8acba Border Color

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

This div border color is #d8acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acba


Comments

No comments written yet.

Please login to write comment.