Color Hex Logo

#d4c1ab Color Hex

#D4C1AB
(212,193,171)
0 Favorites   0 Comments

Color spaces of #d4c1ab

RGB 212193171
HSL0.090.320.75
HSV32°19°83°
CMYK 0.000.090.19   0.17
XYZ53.572055.077346.3355
Yxy55.07730.34570.3554
Hunter Lab74.2141-1.023114.9322
CIE-Lab79.08583.166313.5063

#d4c1ab color RGB value is (212,193,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000001 10101011
Octal 324 301 253
Decimal 212 193 171
Hex D4 C1 AB

RGB Percentages of Color #d4c1ab

%36.81
%33.51
%29.69

CMYK Percentages of Color #d4c1ab

%0
%9
%19
%17

Triadic Colors of #d4c1ab

#d4c1ab #abd4c1 #c1abd4

Analogous Colors of #d4c1ab

#d4c1ab #d3d4ab #d4adab

Monochromatic Colors of #d4c1ab

#d4c1ab

Complementary Color

#d4c1ab #abbed4

#d4c1ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c1ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c1ab Color CSS Codes

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

#d4c1ab Text Font Color

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

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


#d4c1ab Background Color

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

This div background color is #d4c1ab


#d4c1ab Border Color

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

This div border color is #d4c1ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c1ab


Comments

No comments written yet.

Please login to write comment.