Color Hex Logo

#dfae4f Color Hex

#DFAE4F
(223,174,79)
0 Favorites   0 Comments

Color spaces of #dfae4f

RGB 22317479
HSL0.110.690.59
HSV40°65°87°
CMYK 0.000.220.65   0.13
XYZ46.978846.524613.9012
Yxy46.52460.43740.4332
Hunter Lab68.20893.575935.6628
CIE-Lab73.88477.894454.2663

#dfae4f color RGB value is (223,174,79).

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

The process color (four color CMYK) of #dfae4f color hex is 0.00, 0.22, 0.65, 0.13. Web safe color of #dfae4f is #cc9966. Color #dfae4f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 01001111
Octal 337 256 117
Decimal 223 174 79
Hex DF AE 4F

RGB Percentages of Color #dfae4f

%46.85
%36.55
%16.60

CMYK Percentages of Color #dfae4f

%0
%22
%65
%13

Triadic Colors of #dfae4f

#dfae4f #4fdfae #ae4fdf

Analogous Colors of #dfae4f

#dfae4f #c8df4f #df664f

Monochromatic Colors of #dfae4f

#dfae4f

Complementary Color

#dfae4f #4f80df

#dfae4f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae4f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae4f Color CSS Codes

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

#dfae4f Text Font Color

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

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


#dfae4f Background Color

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

This div background color is #dfae4f


#dfae4f Border Color

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

This div border color is #dfae4f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,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 #dfae4f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae4f


Comments

No comments written yet.

Please login to write comment.