Color Hex Logo

#dfb895 Color Hex

#DFB895
(223,184,149)
0 Favorites   0 Comments

Color spaces of #dfb895

RGB 223184149
HSL0.080.540.73
HSV28°33°87°
CMYK 0.000.170.33   0.13
XYZ52.996752.138935.7044
Yxy52.13890.37630.3702
Hunter Lab72.20734.647821.2279
CIE-Lab77.36389.104823.0553

#dfb895 color RGB value is (223,184,149).

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

The process color (four color CMYK) of #dfb895 color hex is 0.00, 0.17, 0.33, 0.13. Web safe color of #dfb895 is #cccc99. Color #dfb895 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 10010101
Octal 337 270 225
Decimal 223 184 149
Hex DF B8 95

RGB Percentages of Color #dfb895

%40.11
%33.09
%26.80

CMYK Percentages of Color #dfb895

%0
%17
%33
%13

Triadic Colors of #dfb895

#dfb895 #95dfb8 #b895df

Analogous Colors of #dfb895

#dfb895 #dfdd95 #df9597

Monochromatic Colors of #dfb895

#dfb895

Complementary Color

#dfb895 #95bcdf

#dfb895 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb895 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb895 Color CSS Codes

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

#dfb895 Text Font Color

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

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


#dfb895 Background Color

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

This div background color is #dfb895


#dfb895 Border Color

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

This div border color is #dfb895


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb895


Comments

No comments written yet.

Please login to write comment.