Color Hex Logo

#dfb28f Color Hex

#DFB28F
(223,178,143)
0 Favorites   0 Comments

Color spaces of #dfb28f

RGB 223178143
HSL0.070.560.72
HSV26°36°87°
CMYK 0.000.200.36   0.13
XYZ51.309749.511932.8390
Yxy49.51190.38390.3704
Hunter Lab70.36477.023421.5848
CIE-Lab75.768711.566524.0978

#dfb28f color RGB value is (223,178,143).

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

The process color (four color CMYK) of #dfb28f color hex is 0.00, 0.20, 0.36, 0.13. Web safe color of #dfb28f is #cc9999. Color #dfb28f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110010 10001111
Octal 337 262 217
Decimal 223 178 143
Hex DF B2 8F

RGB Percentages of Color #dfb28f

%40.99
%32.72
%26.29

CMYK Percentages of Color #dfb28f

%0
%20
%36
%13

Triadic Colors of #dfb28f

#dfb28f #8fdfb2 #b28fdf

Analogous Colors of #dfb28f

#dfb28f #dfda8f #df8f94

Monochromatic Colors of #dfb28f

#dfb28f

Complementary Color

#dfb28f #8fbcdf

#dfb28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb28f Color CSS Codes

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

#dfb28f Text Font Color

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

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


#dfb28f Background Color

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

This div background color is #dfb28f


#dfb28f Border Color

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

This div border color is #dfb28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb28f


Comments

No comments written yet.

Please login to write comment.