Color Hex Logo

#dfb88e Color Hex

#DFB88E
(223,184,142)
0 Favorites   0 Comments

Color spaces of #dfb88e

RGB 223184142
HSL0.090.560.72
HSV31°36°87°
CMYK 0.000.170.36   0.13
XYZ52.454451.921932.8485
Yxy51.92190.38230.3784
Hunter Lab72.05693.841123.4113
CIE-Lab77.23418.255326.6115

#dfb88e color RGB value is (223,184,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111000 10001110
Octal 337 270 216
Decimal 223 184 142
Hex DF B8 8E

RGB Percentages of Color #dfb88e

%40.62
%33.52
%25.87

CMYK Percentages of Color #dfb88e

%0
%17
%36
%13

Triadic Colors of #dfb88e

#dfb88e #8edfb8 #b88edf

Analogous Colors of #dfb88e

#dfb88e #dedf8e #df908e

Monochromatic Colors of #dfb88e

#dfb88e

Complementary Color

#dfb88e #8eb5df

#dfb88e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb88e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb88e Color CSS Codes

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

#dfb88e Text Font Color

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

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


#dfb88e Background Color

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

This div background color is #dfb88e


#dfb88e Border Color

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

This div border color is #dfb88e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb88e


Comments

No comments written yet.

Please login to write comment.