Color Hex Logo

#dfaa99 Color Hex

#DFAA99
(223,170,153)
0 Favorites   0 Comments

Color spaces of #dfaa99

RGB 223170153
HSL0.040.520.74
HSV15°31°87°
CMYK 0.000.240.31   0.13
XYZ50.555946.737336.4936
Yxy46.73730.37790.3493
Hunter Lab68.364712.363116.2058
CIE-Lab74.021417.094316.2838

#dfaa99 color RGB value is (223,170,153).

#dfaa99 hex color red value is 223, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #dfaa99 hue: 0.04 , saturation: 0.52 and the lightness value of dfaa99 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10011001
Octal 337 252 231
Decimal 223 170 153
Hex DF AA 99

RGB Percentages of Color #dfaa99

%40.84
%31.14
%28.02

CMYK Percentages of Color #dfaa99

%0
%24
%31
%13

Triadic Colors of #dfaa99

#dfaa99 #99dfaa #aa99df

Analogous Colors of #dfaa99

#dfaa99 #dfcd99 #df99ab

Monochromatic Colors of #dfaa99

#dfaa99

Complementary Color

#dfaa99 #99cedf

#dfaa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaa99 Color CSS Codes

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

#dfaa99 Text Font Color

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

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


#dfaa99 Background Color

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

This div background color is #dfaa99


#dfaa99 Border Color

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

This div border color is #dfaa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaa99

#dfaa99 Color Palettes


Comments

No comments written yet.

Please login to write comment.