Color Hex Logo

#d9ae4f Color Hex

#D9AE4F
(217,174,79)
0 Favorites   0 Comments

Color spaces of #d9ae4f

RGB 21717479
HSL0.110.640.58
HSV41°64°85°
CMYK 0.000.200.64   0.15
XYZ45.162645.588313.8162
Yxy45.58830.43190.4360
Hunter Lab67.51911.237735.1311
CIE-Lab73.27765.349553.4253

#d9ae4f color RGB value is (217,174,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10101110 01001111
Octal 331 256 117
Decimal 217 174 79
Hex D9 AE 4F

RGB Percentages of Color #d9ae4f

%46.17
%37.02
%16.81

CMYK Percentages of Color #d9ae4f

%0
%20
%64
%15

Triadic Colors of #d9ae4f

#d9ae4f #4fd9ae #ae4fd9

Analogous Colors of #d9ae4f

#d9ae4f #bfd94f #d9694f

Monochromatic Colors of #d9ae4f

#d9ae4f

Complementary Color

#d9ae4f #4f7ad9

#d9ae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ae4f Color CSS Codes

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

#d9ae4f Text Font Color

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

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


#d9ae4f Background Color

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

This div background color is #d9ae4f


#d9ae4f Border Color

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

This div border color is #d9ae4f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ae4f


Comments

No comments written yet.

Please login to write comment.