Color Hex Logo

#d8acaa Color Hex

#D8ACAA
(216,172,170)
0 Favorites   0 Comments

Color spaces of #d8acaa

RGB 216172170
HSL0.010.370.76
HSV21°85°
CMYK 0.000.200.21   0.15
XYZ50.327147.006344.4508
Yxy47.00630.35500.3315
Hunter Lab68.561111.04549.5528
CIE-Lab74.193815.73927.1398

#d8acaa color RGB value is (216,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 10101100 10101010
Octal 330 254 252
Decimal 216 172 170
Hex D8 AC AA

RGB Percentages of Color #d8acaa

%38.71
%30.82
%30.47

CMYK Percentages of Color #d8acaa

%0
%20
%21
%15

Triadic Colors of #d8acaa

#d8acaa #aad8ac #acaad8

Analogous Colors of #d8acaa

#d8acaa #d8c3aa #d8aabf

Monochromatic Colors of #d8acaa

#d8acaa

Complementary Color

#d8acaa #aad6d8

#d8acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8acaa Color CSS Codes

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

#d8acaa Text Font Color

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

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


#d8acaa Background Color

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

This div background color is #d8acaa


#d8acaa Border Color

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

This div border color is #d8acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8acaa


Comments

No comments written yet.

Please login to write comment.