Color Hex Logo

#dfaea3 Color Hex

#DFAEA3
(223,174,163)
0 Favorites   0 Comments

Color spaces of #dfaea3

RGB 223174163
HSL0.030.480.76
HSV11°27°87°
CMYK 0.000.220.27   0.13
XYZ52.178348.604441.2818
Yxy48.60440.36730.3421
Hunter Lab69.716911.590513.6941
CIE-Lab75.204616.282612.4956

#dfaea3 color RGB value is (223,174,163).

#dfaea3 hex color red value is 223, green value is 174 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #dfaea3 hue: 0.03 , saturation: 0.48 and the lightness value of dfaea3 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101110 10100011
Octal 337 256 243
Decimal 223 174 163
Hex DF AE A3

RGB Percentages of Color #dfaea3

%39.82
%31.07
%29.11

CMYK Percentages of Color #dfaea3

%0
%22
%27
%13

Triadic Colors of #dfaea3

#dfaea3 #a3dfae #aea3df

Analogous Colors of #dfaea3

#dfaea3 #dfcca3 #dfa3b6

Monochromatic Colors of #dfaea3

#dfaea3

Complementary Color

#dfaea3 #a3d4df

#dfaea3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfaea3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfaea3 Color CSS Codes

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

#dfaea3 Text Font Color

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

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


#dfaea3 Background Color

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

This div background color is #dfaea3


#dfaea3 Border Color

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

This div border color is #dfaea3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfaea3


Comments

No comments written yet.

Please login to write comment.