Color Hex Logo

#dfaaa7 Color Hex

#DFAAA7
(223,170,167)
0 Favorites   0 Comments

Color spaces of #dfaaa7

RGB 223170167
HSL0.010.470.76
HSV25°87°
CMYK 0.000.240.25   0.13
XYZ51.781247.227442.9459
Yxy47.22740.36480.3327
Hunter Lab68.722214.233411.0540
CIE-Lab74.335018.98959.0769

#dfaaa7 color RGB value is (223,170,167).

#dfaaa7 hex color red value is 223, green value is 170 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dfaaa7 hue: 0.01 , saturation: 0.47 and the lightness value of dfaaa7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101010 10100111
Octal 337 252 247
Decimal 223 170 167
Hex DF AA A7

RGB Percentages of Color #dfaaa7

%39.82
%30.36
%29.82

CMYK Percentages of Color #dfaaa7

%0
%24
%25
%13

Triadic Colors of #dfaaa7

#dfaaa7 #a7dfaa #aaa7df

Analogous Colors of #dfaaa7

#dfaaa7 #dfc6a7 #dfa7c0

Monochromatic Colors of #dfaaa7

#dfaaa7

Complementary Color

#dfaaa7 #a7dcdf

#dfaaa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaaa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaaa7 Color CSS Codes

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

#dfaaa7 Text Font Color

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

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


#dfaaa7 Background Color

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

This div background color is #dfaaa7


#dfaaa7 Border Color

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

This div border color is #dfaaa7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaaa7


Comments

No comments written yet.

Please login to write comment.