Color Hex Logo

#d4acac Color Hex

#D4ACAC
(212,172,172)
0 Favorites   0 Comments

Color spaces of #d4acac

RGB 212172172
HSL0.000.320.75
HSV19°83°
CMYK 0.000.190.19   0.17
XYZ49.350346.480745.4003
Yxy46.48070.34940.3291
Hunter Lab68.17689.89948.2413
CIE-Lab73.856414.55955.5091

#d4acac color RGB value is (212,172,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101100 10101100
Octal 324 254 254
Decimal 212 172 172
Hex D4 AC AC

RGB Percentages of Color #d4acac

%38.13
%30.94
%30.94

CMYK Percentages of Color #d4acac

%0
%19
%19
%17

Triadic Colors of #d4acac

#d4acac #acd4ac #acacd4

Analogous Colors of #d4acac

#d4acac #d4c0ac #d4acc0

Monochromatic Colors of #d4acac

#d4acac

Complementary Color

#d4acac #acd4d4

#d4acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4acac Color CSS Codes

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

#d4acac Text Font Color

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

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


#d4acac Background Color

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

This div background color is #d4acac


#d4acac Border Color

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

This div border color is #d4acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4acac

#d4acac Color Palettes


Comments

No comments written yet.

Please login to write comment.