Color Hex Logo

#dfafa7 Color Hex

#DFAFA7
(223,175,167)
0 Favorites   0 Comments

Color spaces of #dfafa7

RGB 223175167
HSL0.020.470.76
HSV25°87°
CMYK 0.000.220.25   0.13
XYZ52.736449.137943.2643
Yxy49.13790.36340.3386
Hunter Lab70.098411.616712.4755
CIE-Lab75.537016.304010.7878

#dfafa7 color RGB value is (223,175,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10100111
Octal 337 257 247
Decimal 223 175 167
Hex DF AF A7

RGB Percentages of Color #dfafa7

%39.47
%30.97
%29.56

CMYK Percentages of Color #dfafa7

%0
%22
%25
%13

Triadic Colors of #dfafa7

#dfafa7 #a7dfaf #afa7df

Analogous Colors of #dfafa7

#dfafa7 #dfcba7 #dfa7bb

Monochromatic Colors of #dfafa7

#dfafa7

Complementary Color

#dfafa7 #a7d7df

#dfafa7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafa7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafa7 Color CSS Codes

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

#dfafa7 Text Font Color

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

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


#dfafa7 Background Color

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

This div background color is #dfafa7


#dfafa7 Border Color

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

This div border color is #dfafa7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,175,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 #dfafa7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafa7


Comments

No comments written yet.

Please login to write comment.