Color Hex Logo

#d8aca8 Color Hex

#D8ACA8
(216,172,168)
0 Favorites   0 Comments

Color spaces of #d8aca8

RGB 216172168
HSL0.010.380.75
HSV22°85°
CMYK 0.000.200.22   0.15
XYZ50.139346.931143.4618
Yxy46.93110.35680.3340
Hunter Lab68.506310.757010.3396
CIE-Lab74.145715.44288.1655

#d8aca8 color RGB value is (216,172,168).

#d8aca8 hex color red value is 216, green value is 172 and the blue value of its RGB is 168. Cylindrical-coordinate representations (also known as HSL) of color #d8aca8 hue: 0.01 , saturation: 0.38 and the lightness value of d8aca8 is 0.75.

The process color (four color CMYK) of #d8aca8 color hex is 0.00, 0.20, 0.22, 0.15. Web safe color of #d8aca8 is #cc9999. Color #d8aca8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10101000
Octal 330 254 250
Decimal 216 172 168
Hex D8 AC A8

RGB Percentages of Color #d8aca8

%38.85
%30.94
%30.22

CMYK Percentages of Color #d8aca8

%0
%20
%22
%15

Triadic Colors of #d8aca8

#d8aca8 #a8d8ac #aca8d8

Analogous Colors of #d8aca8

#d8aca8 #d8c4a8 #d8a8bc

Monochromatic Colors of #d8aca8

#d8aca8

Complementary Color

#d8aca8 #a8d4d8

#d8aca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8aca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8aca8 Color CSS Codes

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

#d8aca8 Text Font Color

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

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


#d8aca8 Background Color

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

This div background color is #d8aca8


#d8aca8 Border Color

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

This div border color is #d8aca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8aca8


Comments

No comments written yet.

Please login to write comment.