Color Hex Logo

#d9bace Color Hex

#D9BACE
(217,186,206)
0 Favorites   0 Comments

Color spaces of #d9bace

RGB 217186206
HSL0.890.290.79
HSV321°14°85°
CMYK 0.000.140.05   0.15
XYZ57.314854.325865.8576
Yxy54.32580.32290.3061
Hunter Lab73.70609.8184-1.3824
CIE-Lab78.651314.4418-5.9476

#d9bace color RGB value is (217,186,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 11001110
Octal 331 272 316
Decimal 217 186 206
Hex D9 BA CE

RGB Percentages of Color #d9bace

%35.63
%30.54
%33.83

CMYK Percentages of Color #d9bace

%0
%14
%5
%15

Triadic Colors of #d9bace

#d9bace #ced9ba #baced9

Analogous Colors of #d9bace

#d9bace #d9babf #d5bad9

Monochromatic Colors of #d9bace

#d9bace

Complementary Color

#d9bace #bad9c5

#d9bace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9bace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9bace Color CSS Codes

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

#d9bace Text Font Color

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

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


#d9bace Background Color

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

This div background color is #d9bace


#d9bace Border Color

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

This div border color is #d9bace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9bace


Comments

No comments written yet.

Please login to write comment.