Color Hex Logo

#d4a18e Color Hex

#D4A18E
(212,161,142)
0 Favorites   0 Comments

Color spaces of #d4a18e

RGB 212161142
HSL0.050.450.69
HSV16°33°83°
CMYK 0.000.240.33   0.17
XYZ44.778741.439831.2298
Yxy41.43980.38130.3528
Hunter Lab64.373811.511416.2981
CIE-Lab70.483016.286617.2121

#d4a18e color RGB value is (212,161,142).

#d4a18e hex color red value is 212, green value is 161 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #d4a18e hue: 0.05 , saturation: 0.45 and the lightness value of d4a18e is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 10100001 10001110
Octal 324 241 216
Decimal 212 161 142
Hex D4 A1 8E

RGB Percentages of Color #d4a18e

%41.17
%31.26
%27.57

CMYK Percentages of Color #d4a18e

%0
%24
%33
%17

Triadic Colors of #d4a18e

#d4a18e #8ed4a1 #a18ed4

Analogous Colors of #d4a18e

#d4a18e #d4c48e #d48e9e

Monochromatic Colors of #d4a18e

#d4a18e

Complementary Color

#d4a18e #8ec1d4

#d4a18e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4a18e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4a18e Color CSS Codes

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

#d4a18e Text Font Color

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

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


#d4a18e Background Color

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

This div background color is #d4a18e


#d4a18e Border Color

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

This div border color is #d4a18e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4a18e

#d4a18e Color Palettes


Comments

No comments written yet.

Please login to write comment.