Color Hex Logo

#dfa195 Color Hex

#DFA195
(223,161,149)
0 Favorites   0 Comments

Color spaces of #dfa195

RGB 223161149
HSL0.030.540.73
HSV10°33°87°
CMYK 0.000.280.33   0.13
XYZ48.601143.347634.2391
Yxy43.34760.38510.3435
Hunter Lab65.838916.547515.2538
CIE-Lab71.790321.421115.3588

#dfa195 color RGB value is (223,161,149).

#dfa195 hex color red value is 223, green value is 161 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dfa195 hue: 0.03 , saturation: 0.54 and the lightness value of dfa195 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10100001 10010101
Octal 337 241 225
Decimal 223 161 149
Hex DF A1 95

RGB Percentages of Color #dfa195

%41.84
%30.21
%27.95

CMYK Percentages of Color #dfa195

%0
%28
%33
%13

Triadic Colors of #dfa195

#dfa195 #95dfa1 #a195df

Analogous Colors of #dfa195

#dfa195 #dfc695 #df95ae

Monochromatic Colors of #dfa195

#dfa195

Complementary Color

#dfa195 #95d3df

#dfa195 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfa195 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfa195 Color CSS Codes

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

#dfa195 Text Font Color

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

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


#dfa195 Background Color

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

This div background color is #dfa195


#dfa195 Border Color

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

This div border color is #dfa195


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfa195


Comments

No comments written yet.

Please login to write comment.