Color Hex Logo

#dfae72 Color Hex

#DFAE72
(223,174,114)
0 Favorites   0 Comments

Color spaces of #dfae72

RGB 223174114
HSL0.090.630.66
HSV33°49°87°
CMYK 0.000.220.49   0.13
XYZ48.604747.175022.4635
Yxy47.17500.41110.3990
Hunter Lab68.68416.119528.6877
CIE-Lab74.301610.606437.5146

#dfae72 color RGB value is (223,174,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 01110010
Octal 337 256 162
Decimal 223 174 114
Hex DF AE 72

RGB Percentages of Color #dfae72

%43.64
%34.05
%22.31

CMYK Percentages of Color #dfae72

%0
%22
%49
%13

Triadic Colors of #dfae72

#dfae72 #72dfae #ae72df

Analogous Colors of #dfae72

#dfae72 #dadf72 #df7872

Monochromatic Colors of #dfae72

#dfae72

Complementary Color

#dfae72 #72a3df

#dfae72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae72 Color CSS Codes

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

#dfae72 Text Font Color

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

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


#dfae72 Background Color

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

This div background color is #dfae72


#dfae72 Border Color

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

This div border color is #dfae72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae72


Comments

No comments written yet.

Please login to write comment.