Color Hex Logo

#d4ab6e Color Hex

#D4AB6E
(212,171,110)
0 Favorites   0 Comments

Color spaces of #d4ab6e

RGB 212171110
HSL0.100.540.63
HSV36°48°83°
CMYK 0.000.190.48   0.17
XYZ44.528844.248720.9458
Yxy44.24870.40580.4033
Hunter Lab66.51973.079827.8945
CIE-Lab72.39447.322536.9502

#d4ab6e color RGB value is (212,171,110).

#d4ab6e hex color red value is 212, green value is 171 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #d4ab6e hue: 0.10 , saturation: 0.54 and the lightness value of d4ab6e is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10101011 01101110
Octal 324 253 156
Decimal 212 171 110
Hex D4 AB 6E

RGB Percentages of Color #d4ab6e

%43.00
%34.69
%22.31

CMYK Percentages of Color #d4ab6e

%0
%19
%48
%17

Triadic Colors of #d4ab6e

#d4ab6e #6ed4ab #ab6ed4

Analogous Colors of #d4ab6e

#d4ab6e #cad46e #d4786e

Monochromatic Colors of #d4ab6e

#d4ab6e

Complementary Color

#d4ab6e #6e97d4

#d4ab6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ab6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ab6e Color CSS Codes

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

#d4ab6e Text Font Color

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

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


#d4ab6e Background Color

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

This div background color is #d4ab6e


#d4ab6e Border Color

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

This div border color is #d4ab6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ab6e


Comments

No comments written yet.

Please login to write comment.