Color Hex Logo

#dfa9bf Color Hex

#DFA9BF
(223,169,191)
0 Favorites   0 Comments

Color spaces of #dfa9bf

RGB 223169191
HSL0.930.460.77
HSV336°24°87°
CMYK 0.000.240.14   0.13
XYZ54.023447.825555.6741
Yxy47.82550.34300.3036
Hunter Lab69.156018.41800.6777
CIE-Lab74.714723.1638-3.5245

#dfa9bf color RGB value is (223,169,191).

#dfa9bf hex color red value is 223, green value is 169 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dfa9bf hue: 0.93 , saturation: 0.46 and the lightness value of dfa9bf is 0.77.

The process color (four color CMYK) of #dfa9bf color hex is 0.00, 0.24, 0.14, 0.13. Web safe color of #dfa9bf is #cc99cc. Color #dfa9bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10101001 10111111
Octal 337 251 277
Decimal 223 169 191
Hex DF A9 BF

RGB Percentages of Color #dfa9bf

%38.25
%28.99
%32.76

CMYK Percentages of Color #dfa9bf

%0
%24
%14
%13

Triadic Colors of #dfa9bf

#dfa9bf #bfdfa9 #a9bfdf

Analogous Colors of #dfa9bf

#dfa9bf #dfaea9 #dfa9da

Monochromatic Colors of #dfa9bf

#dfa9bf

Complementary Color

#dfa9bf #a9dfc9

#dfa9bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa9bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa9bf Color CSS Codes

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

#dfa9bf Text Font Color

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

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


#dfa9bf Background Color

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

This div background color is #dfa9bf


#dfa9bf Border Color

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

This div border color is #dfa9bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa9bf


Comments

No comments written yet.

Please login to write comment.