Color Hex Logo

#dfae7e Color Hex

#DFAE7E
(223,174,126)
0 Favorites   0 Comments

Color spaces of #dfae7e

RGB 223174126
HSL0.080.600.68
HSV30°43°87°
CMYK 0.000.220.43   0.13
XYZ49.333447.466426.3005
Yxy47.46640.40080.3856
Hunter Lab68.89597.248525.5936
CIE-Lab74.487111.794931.4563

#dfae7e color RGB value is (223,174,126).

#dfae7e hex color red value is 223, green value is 174 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #dfae7e hue: 0.08 , saturation: 0.60 and the lightness value of dfae7e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 01111110
Octal 337 256 176
Decimal 223 174 126
Hex DF AE 7E

RGB Percentages of Color #dfae7e

%42.64
%33.27
%24.09

CMYK Percentages of Color #dfae7e

%0
%22
%43
%13

Triadic Colors of #dfae7e

#dfae7e #7edfae #ae7edf

Analogous Colors of #dfae7e

#dfae7e #dfdf7e #df7e7f

Monochromatic Colors of #dfae7e

#dfae7e

Complementary Color

#dfae7e #7eafdf

#dfae7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae7e Color CSS Codes

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

#dfae7e Text Font Color

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

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


#dfae7e Background Color

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

This div background color is #dfae7e


#dfae7e Border Color

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

This div border color is #dfae7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae7e


Comments

No comments written yet.

Please login to write comment.