Color Hex Logo

#d9ae57 Color Hex

#D9AE57
(217,174,87)
0 Favorites   0 Comments

Color spaces of #d9ae57

RGB 21717487
HSL0.110.630.60
HSV40°60°85°
CMYK 0.000.200.60   0.15
XYZ45.471645.711915.4435
Yxy45.71190.42650.4287
Hunter Lab67.61061.731933.7845
CIE-Lab73.35825.889849.7640

#d9ae57 color RGB value is (217,174,87).

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

The process color (four color CMYK) of #d9ae57 color hex is 0.00, 0.20, 0.60, 0.15. Web safe color of #d9ae57 is #cc9966. Color #d9ae57 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 01010111
Octal 331 256 127
Decimal 217 174 87
Hex D9 AE 57

RGB Percentages of Color #d9ae57

%45.40
%36.40
%18.20

CMYK Percentages of Color #d9ae57

%0
%20
%60
%15

Triadic Colors of #d9ae57

#d9ae57 #57d9ae #ae57d9

Analogous Colors of #d9ae57

#d9ae57 #c3d957 #d96d57

Monochromatic Colors of #d9ae57

#d9ae57

Complementary Color

#d9ae57 #5782d9

#d9ae57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ae57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ae57 Color CSS Codes

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

#d9ae57 Text Font Color

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

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


#d9ae57 Background Color

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

This div background color is #d9ae57


#d9ae57 Border Color

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

This div border color is #d9ae57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ae57


Comments

No comments written yet.

Please login to write comment.