Color Hex Logo

#dfaa85 Color Hex

#DFAA85
(223,170,133)
0 Favorites   0 Comments

Color spaces of #dfaa85

RGB 223170133
HSL0.070.580.70
HSV25°40°87°
CMYK 0.000.240.40   0.13
XYZ49.039846.130928.5098
Yxy46.13090.39650.3730
Hunter Lab67.919710.022122.6564
CIE-Lab73.630414.688926.5848

#dfaa85 color RGB value is (223,170,133).

#dfaa85 hex color red value is 223, green value is 170 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #dfaa85 hue: 0.07 , saturation: 0.58 and the lightness value of dfaa85 is 0.70.

The process color (four color CMYK) of #dfaa85 color hex is 0.00, 0.24, 0.40, 0.13. Web safe color of #dfaa85 is #cc9999. Color #dfaa85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10000101
Octal 337 252 205
Decimal 223 170 133
Hex DF AA 85

RGB Percentages of Color #dfaa85

%42.40
%32.32
%25.29

CMYK Percentages of Color #dfaa85

%0
%24
%40
%13

Triadic Colors of #dfaa85

#dfaa85 #85dfaa #aa85df

Analogous Colors of #dfaa85

#dfaa85 #dfd785 #df858d

Monochromatic Colors of #dfaa85

#dfaa85

Complementary Color

#dfaa85 #85badf

#dfaa85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa85 Color CSS Codes

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

#dfaa85 Text Font Color

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

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


#dfaa85 Background Color

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

This div background color is #dfaa85


#dfaa85 Border Color

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

This div border color is #dfaa85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa85


Comments

No comments written yet.

Please login to write comment.