Color Hex Logo

#d5ae5e Color Hex

#D5AE5E
(213,174,94)
0 Favorites   0 Comments

Color spaces of #d5ae5e

RGB 21317494
HSL0.110.590.60
HSV40°56°84°
CMYK 0.000.180.56   0.16
XYZ44.597045.226416.9687
Yxy45.22640.41760.4235
Hunter Lab67.25060.683232.1153
CIE-Lab73.04074.734945.8903

#d5ae5e color RGB value is (213,174,94).

#d5ae5e hex color red value is 213, green value is 174 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #d5ae5e hue: 0.11 , saturation: 0.59 and the lightness value of d5ae5e is 0.60.

The process color (four color CMYK) of #d5ae5e color hex is 0.00, 0.18, 0.56, 0.16. Web safe color of #d5ae5e is #cc9966. Color #d5ae5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 10101110 01011110
Octal 325 256 136
Decimal 213 174 94
Hex D5 AE 5E

RGB Percentages of Color #d5ae5e

%44.28
%36.17
%19.54

CMYK Percentages of Color #d5ae5e

%0
%18
%56
%16

Triadic Colors of #d5ae5e

#d5ae5e #5ed5ae #ae5ed5

Analogous Colors of #d5ae5e

#d5ae5e #c1d55e #d5735e

Monochromatic Colors of #d5ae5e

#d5ae5e

Complementary Color

#d5ae5e #5e85d5

#d5ae5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5ae5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5ae5e Color CSS Codes

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

#d5ae5e Text Font Color

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

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


#d5ae5e Background Color

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

This div background color is #d5ae5e


#d5ae5e Border Color

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

This div border color is #d5ae5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5ae5e


Comments

No comments written yet.

Please login to write comment.