Color Hex Logo

#dfafa2 Color Hex

#DFAFA2
(223,175,162)
0 Favorites   0 Comments

Color spaces of #dfafa2

RGB 223175162
HSL0.040.490.75
HSV13°27°87°
CMYK 0.000.220.27   0.13
XYZ52.283048.956640.8764
Yxy48.95660.36790.3445
Hunter Lab69.969010.935014.3406
CIE-Lab75.424315.609013.3499

#dfafa2 color RGB value is (223,175,162).

#dfafa2 hex color red value is 223, green value is 175 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #dfafa2 hue: 0.04 , saturation: 0.49 and the lightness value of dfafa2 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101111 10100010
Octal 337 257 242
Decimal 223 175 162
Hex DF AF A2

RGB Percentages of Color #dfafa2

%39.82
%31.25
%28.93

CMYK Percentages of Color #dfafa2

%0
%22
%27
%13

Triadic Colors of #dfafa2

#dfafa2 #a2dfaf #afa2df

Analogous Colors of #dfafa2

#dfafa2 #dfcea2 #dfa2b4

Monochromatic Colors of #dfafa2

#dfafa2

Complementary Color

#dfafa2 #a2d2df

#dfafa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfafa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfafa2 Color CSS Codes

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

#dfafa2 Text Font Color

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

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


#dfafa2 Background Color

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

This div background color is #dfafa2


#dfafa2 Border Color

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

This div border color is #dfafa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfafa2


Comments

No comments written yet.

Please login to write comment.