Color Hex Logo

#d5acaa Color Hex

#D5ACAA
(213,172,170)
0 Favorites   0 Comments

Color spaces of #d5acaa

RGB 213172170
HSL0.010.340.75
HSV20°84°
CMYK 0.000.190.20   0.16
XYZ49.448846.553544.4097
Yxy46.55350.35220.3315
Hunter Lab68.23019.96269.1703
CIE-Lab73.903314.62466.6846

#d5acaa color RGB value is (213,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101100 10101010
Octal 325 254 252
Decimal 213 172 170
Hex D5 AC AA

RGB Percentages of Color #d5acaa

%38.38
%30.99
%30.63

CMYK Percentages of Color #d5acaa

%0
%19
%20
%16

Triadic Colors of #d5acaa

#d5acaa #aad5ac #acaad5

Analogous Colors of #d5acaa

#d5acaa #d5c2aa #d5aabe

Monochromatic Colors of #d5acaa

#d5acaa

Complementary Color

#d5acaa #aad3d5

#d5acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5acaa Color CSS Codes

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

#d5acaa Text Font Color

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

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


#d5acaa Background Color

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

This div background color is #d5acaa


#d5acaa Border Color

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

This div border color is #d5acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5acaa


Comments

No comments written yet.

Please login to write comment.