Color Hex Logo

#d9acce Color Hex

#D9ACCE
(217,172,206)
0 Favorites   0 Comments

Color spaces of #d9acce

RGB 217172206
HSL0.870.370.76
HSV315°21°85°
CMYK 0.000.210.05   0.15
XYZ54.508448.713064.9222
Yxy48.71300.32420.2897
Hunter Lab69.794717.2646-6.2946
CIE-Lab75.272421.9957-10.9687

#d9acce color RGB value is (217,172,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101100 11001110
Octal 331 254 316
Decimal 217 172 206
Hex D9 AC CE

RGB Percentages of Color #d9acce

%36.47
%28.91
%34.62

CMYK Percentages of Color #d9acce

%0
%21
%5
%15

Triadic Colors of #d9acce

#d9acce #ced9ac #acced9

Analogous Colors of #d9acce

#d9acce #d9acb8 #ceacd9

Monochromatic Colors of #d9acce

#d9acce

Complementary Color

#d9acce #acd9b7

#d9acce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9acce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9acce Color CSS Codes

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

#d9acce Text Font Color

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

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


#d9acce Background Color

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

This div background color is #d9acce


#d9acce Border Color

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

This div border color is #d9acce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9acce


Comments

No comments written yet.

Please login to write comment.