Color Hex Logo

#d5acab Color Hex

#D5ACAB
(213,172,171)
0 Favorites   0 Comments

Color spaces of #d5acab

RGB 213172171
HSL0.000.330.75
HSV20°84°
CMYK 0.000.190.20   0.16
XYZ49.543846.591544.9099
Yxy46.59150.35130.3303
Hunter Lab68.258010.10958.7711
CIE-Lab73.927714.77656.1720

#d5acab color RGB value is (213,172,171).

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

The process color (four color CMYK) of #d5acab color hex is 0.00, 0.19, 0.20, 0.16. Web safe color of #d5acab is #cc9999. Color #d5acab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 10101011
Octal 325 254 253
Decimal 213 172 171
Hex D5 AC AB

RGB Percentages of Color #d5acab

%38.31
%30.94
%30.76

CMYK Percentages of Color #d5acab

%0
%19
%20
%16

Triadic Colors of #d5acab

#d5acab #abd5ac #acabd5

Analogous Colors of #d5acab

#d5acab #d5c1ab #d5abbf

Monochromatic Colors of #d5acab

#d5acab

Complementary Color

#d5acab #abd4d5

#d5acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acab Color CSS Codes

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

#d5acab Text Font Color

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

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


#d5acab Background Color

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

This div background color is #d5acab


#d5acab Border Color

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

This div border color is #d5acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acab


Comments

No comments written yet.

Please login to write comment.