Color Hex Logo

#dfae89 Color Hex

#DFAE89
(223,174,137)
0 Favorites   0 Comments

Color spaces of #dfae89

RGB 223174137
HSL0.070.570.71
HSV26°39°87°
CMYK 0.000.220.39   0.13
XYZ50.082847.766230.2471
Yxy47.76620.39100.3729
Hunter Lab69.11318.402122.4311
CIE-Lab74.677212.999925.8418

#dfae89 color RGB value is (223,174,137).

#dfae89 hex color red value is 223, green value is 174 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #dfae89 hue: 0.07 , saturation: 0.57 and the lightness value of dfae89 is 0.71.

The process color (four color CMYK) of #dfae89 color hex is 0.00, 0.22, 0.39, 0.13. Web safe color of #dfae89 is #cc9999. Color #dfae89 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10001001
Octal 337 256 211
Decimal 223 174 137
Hex DF AE 89

RGB Percentages of Color #dfae89

%41.76
%32.58
%25.66

CMYK Percentages of Color #dfae89

%0
%22
%39
%13

Triadic Colors of #dfae89

#dfae89 #89dfae #ae89df

Analogous Colors of #dfae89

#dfae89 #dfd989 #df898f

Monochromatic Colors of #dfae89

#dfae89

Complementary Color

#dfae89 #89badf

#dfae89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfae89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfae89 Color CSS Codes

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

#dfae89 Text Font Color

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

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


#dfae89 Background Color

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

This div background color is #dfae89


#dfae89 Border Color

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

This div border color is #dfae89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfae89


Comments

No comments written yet.

Please login to write comment.