Color Hex Logo

#d3ae7e Color Hex

#D3AE7E
(211,174,126)
0 Favorites   0 Comments

Color spaces of #d3ae7e

RGB 211174126
HSL0.090.490.66
HSV34°40°83°
CMYK 0.000.180.40   0.17
XYZ45.765945.627326.1335
Yxy45.62730.38940.3882
Hunter Lab67.54802.730424.3450
CIE-Lab73.30306.969429.6790

#d3ae7e color RGB value is (211,174,126).

#d3ae7e hex color red value is 211, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #d3ae7e hue: 0.09 , saturation: 0.49 and the lightness value of d3ae7e is 0.66.

The process color (four color CMYK) of #d3ae7e color hex is 0.00, 0.18, 0.40, 0.17. Web safe color of #d3ae7e is #cc9966. Color #d3ae7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101110 01111110
Octal 323 256 176
Decimal 211 174 126
Hex D3 AE 7E

RGB Percentages of Color #d3ae7e

%41.29
%34.05
%24.66

CMYK Percentages of Color #d3ae7e

%0
%18
%40
%17

Triadic Colors of #d3ae7e

#d3ae7e #7ed3ae #ae7ed3

Analogous Colors of #d3ae7e

#d3ae7e #ced37e #d3847e

Monochromatic Colors of #d3ae7e

#d3ae7e

Complementary Color

#d3ae7e #7ea3d3

#d3ae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ae7e Color CSS Codes

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

#d3ae7e Text Font Color

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

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


#d3ae7e Background Color

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

This div background color is #d3ae7e


#d3ae7e Border Color

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

This div border color is #d3ae7e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(211,174,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d3ae7e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d3ae7e;
  -webkit-box-shadow: 1px 1px 3px 2px #d3ae7e;
  box-shadow:         1px 1px 3px 2px #d3ae7e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ae7e


Comments

No comments written yet.

Please login to write comment.