Color Hex Logo

#d9acbc Color Hex

#D9ACBC
(217,172,188)
0 Favorites   0 Comments

Color spaces of #d9acbc

RGB 217172188
HSL0.940.370.76
HSV339°21°85°
CMYK 0.000.210.13   0.15
XYZ52.444947.887654.0560
Yxy47.88760.33970.3102
Hunter Lab69.200914.17732.1264
CIE-Lab74.754018.9208-1.8922

#d9acbc color RGB value is (217,172,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 10111100
Octal 331 254 274
Decimal 217 172 188
Hex D9 AC BC

RGB Percentages of Color #d9acbc

%37.61
%29.81
%32.58

CMYK Percentages of Color #d9acbc

%0
%21
%13
%15

Triadic Colors of #d9acbc

#d9acbc #bcd9ac #acbcd9

Analogous Colors of #d9acbc

#d9acbc #d9b3ac #d9acd3

Monochromatic Colors of #d9acbc

#d9acbc

Complementary Color

#d9acbc #acd9c9

#d9acbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9acbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9acbc Color CSS Codes

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

#d9acbc Text Font Color

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

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


#d9acbc Background Color

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

This div background color is #d9acbc


#d9acbc Border Color

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

This div border color is #d9acbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9acbc


Comments

No comments written yet.

Please login to write comment.