Color Hex Logo

#d9bacc Color Hex

#D9BACC
(217,186,204)
0 Favorites   0 Comments

Color spaces of #d9bacc

RGB 217186204
HSL0.900.290.79
HSV325°14°85°
CMYK 0.000.140.06   0.15
XYZ57.073354.229264.5859
Yxy54.22920.32450.3083
Hunter Lab73.64059.4713-0.4516
CIE-Lab78.595214.0896-4.9487

#d9bacc color RGB value is (217,186,204).

#d9bacc hex color red value is 217, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9bacc hue: 0.90 , saturation: 0.29 and the lightness value of d9bacc is 0.79.

The process color (four color CMYK) of #d9bacc color hex is 0.00, 0.14, 0.06, 0.15. Web safe color of #d9bacc is #cccccc. Color #d9bacc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11001100
Octal 331 272 314
Decimal 217 186 204
Hex D9 BA CC

RGB Percentages of Color #d9bacc

%35.75
%30.64
%33.61

CMYK Percentages of Color #d9bacc

%0
%14
%6
%15

Triadic Colors of #d9bacc

#d9bacc #ccd9ba #baccd9

Analogous Colors of #d9bacc

#d9bacc #d9babd #d7bad9

Monochromatic Colors of #d9bacc

#d9bacc

Complementary Color

#d9bacc #bad9c7

#d9bacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bacc Color CSS Codes

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

#d9bacc Text Font Color

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

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


#d9bacc Background Color

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

This div background color is #d9bacc


#d9bacc Border Color

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

This div border color is #d9bacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bacc


Comments

No comments written yet.

Please login to write comment.