Color Hex Logo

#dfae73 Color Hex

#DFAE73
(223,174,115)
0 Favorites   0 Comments

Color spaces of #dfae73

RGB 223174115
HSL0.090.630.66
HSV33°48°87°
CMYK 0.000.220.48   0.13
XYZ48.662047.197922.7650
Yxy47.19790.41020.3979
Hunter Lab68.70076.208628.4439
CIE-Lab74.316210.700537.0134

#dfae73 color RGB value is (223,174,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 01110011
Octal 337 256 163
Decimal 223 174 115
Hex DF AE 73

RGB Percentages of Color #dfae73

%43.55
%33.98
%22.46

CMYK Percentages of Color #dfae73

%0
%22
%48
%13

Triadic Colors of #dfae73

#dfae73 #73dfae #ae73df

Analogous Colors of #dfae73

#dfae73 #dadf73 #df7873

Monochromatic Colors of #dfae73

#dfae73

Complementary Color

#dfae73 #73a4df

#dfae73 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae73 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae73 Color CSS Codes

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

#dfae73 Text Font Color

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

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


#dfae73 Background Color

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

This div background color is #dfae73


#dfae73 Border Color

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

This div border color is #dfae73


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae73


Comments

No comments written yet.

Please login to write comment.