Color Hex Logo

#dfb98e Color Hex

#DFB98E
(223,185,142)
0 Favorites   0 Comments

Color spaces of #dfb98e

RGB 223185142
HSL0.090.560.72
HSV32°36°87°
CMYK 0.000.170.36   0.13
XYZ52.662952.338932.9180
Yxy52.33890.38180.3795
Hunter Lab72.34563.331523.6644
CIE-Lab77.48307.725026.9462

#dfb98e color RGB value is (223,185,142).

#dfb98e hex color red value is 223, green value is 185 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dfb98e hue: 0.09 , saturation: 0.56 and the lightness value of dfb98e is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111001 10001110
Octal 337 271 216
Decimal 223 185 142
Hex DF B9 8E

RGB Percentages of Color #dfb98e

%40.55
%33.64
%25.82

CMYK Percentages of Color #dfb98e

%0
%17
%36
%13

Triadic Colors of #dfb98e

#dfb98e #8edfb9 #b98edf

Analogous Colors of #dfb98e

#dfb98e #dddf8e #df918e

Monochromatic Colors of #dfb98e

#dfb98e

Complementary Color

#dfb98e #8eb4df

#dfb98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb98e Color CSS Codes

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

#dfb98e Text Font Color

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

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


#dfb98e Background Color

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

This div background color is #dfb98e


#dfb98e Border Color

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

This div border color is #dfb98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb98e


Comments

No comments written yet.

Please login to write comment.