Color Hex Logo

#dfa89a Color Hex

#DFA89A
(223,168,154)
0 Favorites   0 Comments

Color spaces of #dfa89a

RGB 223168154
HSL0.030.520.74
HSV12°31°87°
CMYK 0.000.250.31   0.13
XYZ50.266846.026336.8065
Yxy46.02630.37770.3458
Hunter Lab67.842713.531615.3234
CIE-Lab73.562618.298315.0968

#dfa89a color RGB value is (223,168,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101000 10011010
Octal 337 250 232
Decimal 223 168 154
Hex DF A8 9A

RGB Percentages of Color #dfa89a

%40.92
%30.83
%28.26

CMYK Percentages of Color #dfa89a

%0
%25
%31
%13

Triadic Colors of #dfa89a

#dfa89a #9adfa8 #a89adf

Analogous Colors of #dfa89a

#dfa89a #dfcb9a #df9aaf

Monochromatic Colors of #dfa89a

#dfa89a

Complementary Color

#dfa89a #9ad1df

#dfa89a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa89a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa89a Color CSS Codes

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

#dfa89a Text Font Color

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

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


#dfa89a Background Color

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

This div background color is #dfa89a


#dfa89a Border Color

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

This div border color is #dfa89a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa89a


Comments

No comments written yet.

Please login to write comment.