Color Hex Logo

#dfa79a Color Hex

#DFA79A
(223,167,154)
0 Favorites   0 Comments

Color spaces of #dfa79a

RGB 223167154
HSL0.030.520.74
HSV11°31°87°
CMYK 0.000.250.31   0.13
XYZ50.082945.658536.7452
Yxy45.65850.37800.3446
Hunter Lab67.571114.052815.0578
CIE-Lab73.323418.835614.7617

#dfa79a color RGB value is (223,167,154).

#dfa79a hex color red value is 223, green value is 167 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #dfa79a hue: 0.03 , saturation: 0.52 and the lightness value of dfa79a is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100111 10011010
Octal 337 247 232
Decimal 223 167 154
Hex DF A7 9A

RGB Percentages of Color #dfa79a

%40.99
%30.70
%28.31

CMYK Percentages of Color #dfa79a

%0
%25
%31
%13

Triadic Colors of #dfa79a

#dfa79a #9adfa7 #a79adf

Analogous Colors of #dfa79a

#dfa79a #dfca9a #df9ab0

Monochromatic Colors of #dfa79a

#dfa79a

Complementary Color

#dfa79a #9ad2df

#dfa79a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa79a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa79a Color CSS Codes

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

#dfa79a Text Font Color

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

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


#dfa79a Background Color

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

This div background color is #dfa79a


#dfa79a Border Color

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

This div border color is #dfa79a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa79a


Comments

No comments written yet.

Please login to write comment.