Color Hex Logo

#d4ccac Color Hex

#D4CCAC
(212,204,172)
0 Favorites   0 Comments

Color spaces of #d4ccac

RGB 212204172
HSL0.130.320.75
HSV48°19°83°
CMYK 0.000.040.19   0.17
XYZ56.190660.161347.6805
Yxy60.16130.34260.3668
Hunter Lab77.5637-6.423217.8474
CIE-Lab81.9258-2.452416.9612

#d4ccac color RGB value is (212,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11001100 10101100
Octal 324 314 254
Decimal 212 204 172
Hex D4 CC AC

RGB Percentages of Color #d4ccac

%36.05
%34.69
%29.25

CMYK Percentages of Color #d4ccac

%0
%4
%19
%17

Triadic Colors of #d4ccac

#d4ccac #acd4cc #ccacd4

Analogous Colors of #d4ccac

#d4ccac #c8d4ac #d4b8ac

Monochromatic Colors of #d4ccac

#d4ccac

Complementary Color

#d4ccac #acb4d4

#d4ccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ccac Color CSS Codes

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

#d4ccac Text Font Color

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

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


#d4ccac Background Color

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

This div background color is #d4ccac


#d4ccac Border Color

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

This div border color is #d4ccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ccac


Comments

No comments written yet.

Please login to write comment.