Color Hex Logo

#dfbe8f Color Hex

#DFBE8F
(223,190,143)
0 Favorites   0 Comments

Color spaces of #dfbe8f

RGB 223190143
HSL0.100.560.72
HSV35°36°87°
CMYK 0.000.150.36   0.13
XYZ53.802854.498133.6701
Yxy54.49810.37900.3839
Hunter Lab73.82280.902624.6342
CIE-Lab78.75135.200428.1182

#dfbe8f color RGB value is (223,190,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10001111
Octal 337 276 217
Decimal 223 190 143
Hex DF BE 8F

RGB Percentages of Color #dfbe8f

%40.11
%34.17
%25.72

CMYK Percentages of Color #dfbe8f

%0
%15
%36
%13

Triadic Colors of #dfbe8f

#dfbe8f #8fdfbe #be8fdf

Analogous Colors of #dfbe8f

#dfbe8f #d8df8f #df968f

Monochromatic Colors of #dfbe8f

#dfbe8f

Complementary Color

#dfbe8f #8fb0df

#dfbe8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbe8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbe8f Color CSS Codes

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

#dfbe8f Text Font Color

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

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


#dfbe8f Background Color

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

This div background color is #dfbe8f


#dfbe8f Border Color

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

This div border color is #dfbe8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbe8f


Comments

No comments written yet.

Please login to write comment.