Color Hex Logo

#d9acbb Color Hex

#D9ACBB
(217,172,187)
0 Favorites   0 Comments

Color spaces of #d9acbb

RGB 217172187
HSL0.940.370.76
HSV340°21°85°
CMYK 0.000.210.14   0.15
XYZ52.337447.844653.4902
Yxy47.84460.34060.3113
Hunter Lab69.169814.01512.5689
CIE-Lab74.726818.7575-1.3845

#d9acbb color RGB value is (217,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 10111011
Octal 331 254 273
Decimal 217 172 187
Hex D9 AC BB

RGB Percentages of Color #d9acbb

%37.67
%29.86
%32.47

CMYK Percentages of Color #d9acbb

%0
%21
%14
%15

Triadic Colors of #d9acbb

#d9acbb #bbd9ac #acbbd9

Analogous Colors of #d9acbb

#d9acbb #d9b4ac #d9acd2

Monochromatic Colors of #d9acbb

#d9acbb

Complementary Color

#d9acbb #acd9ca

#d9acbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9acbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9acbb Color CSS Codes

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

#d9acbb Text Font Color

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

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


#d9acbb Background Color

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

This div background color is #d9acbb


#d9acbb Border Color

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

This div border color is #d9acbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9acbb


Comments

No comments written yet.

Please login to write comment.