Color Hex Logo

#d5acbd Color Hex

#D5ACBD
(213,172,189)
0 Favorites   0 Comments

Color spaces of #d5acbd

RGB 213172189
HSL0.930.330.75
HSV335°19°84°
CMYK 0.000.190.11   0.16
XYZ51.378447.325354.5709
Yxy47.32530.33520.3088
Hunter Lab68.793412.92451.1231
CIE-Lab74.397417.6590-3.0082

#d5acbd color RGB value is (213,172,189).

#d5acbd hex color red value is 213, green value is 172 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d5acbd hue: 0.93 , saturation: 0.33 and the lightness value of d5acbd is 0.75.

The process color (four color CMYK) of #d5acbd color hex is 0.00, 0.19, 0.11, 0.16. Web safe color of #d5acbd is #cc99cc. Color #d5acbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 10111101
Octal 325 254 275
Decimal 213 172 189
Hex D5 AC BD

RGB Percentages of Color #d5acbd

%37.11
%29.97
%32.93

CMYK Percentages of Color #d5acbd

%0
%19
%11
%16

Triadic Colors of #d5acbd

#d5acbd #bdd5ac #acbdd5

Analogous Colors of #d5acbd

#d5acbd #d5b0ac #d5acd2

Monochromatic Colors of #d5acbd

#d5acbd

Complementary Color

#d5acbd #acd5c4

#d5acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acbd Color CSS Codes

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

#d5acbd Text Font Color

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

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


#d5acbd Background Color

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

This div background color is #d5acbd


#d5acbd Border Color

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

This div border color is #d5acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acbd


Comments

No comments written yet.

Please login to write comment.