Color Hex Logo

#dfa6a4 Color Hex

#DFA6A4
(223,166,164)
0 Favorites   0 Comments

Color spaces of #dfa6a4

RGB 223166164
HSL0.010.480.76
HSV26°87°
CMYK 0.000.260.26   0.13
XYZ50.768545.640741.2557
Yxy45.64070.36880.3315
Hunter Lab67.557915.913111.0838
CIE-Lab73.311820.72019.2627

#dfa6a4 color RGB value is (223,166,164).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100110 10100100
Octal 337 246 244
Decimal 223 166 164
Hex DF A6 A4

RGB Percentages of Color #dfa6a4

%40.33
%30.02
%29.66

CMYK Percentages of Color #dfa6a4

%0
%26
%26
%13

Triadic Colors of #dfa6a4

#dfa6a4 #a4dfa6 #a6a4df

Analogous Colors of #dfa6a4

#dfa6a4 #dfc4a4 #dfa4c0

Monochromatic Colors of #dfa6a4

#dfa6a4

Complementary Color

#dfa6a4 #a4dddf

#dfa6a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa6a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa6a4 Color CSS Codes

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

#dfa6a4 Text Font Color

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

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


#dfa6a4 Background Color

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

This div background color is #dfa6a4


#dfa6a4 Border Color

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

This div border color is #dfa6a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa6a4


Comments

No comments written yet.

Please login to write comment.