Color Hex Logo

#dfdb8f Color Hex

#DFDB8F
(223,219,143)
0 Favorites   0 Comments

Color spaces of #dfdb8f

RGB 223219143
HSL0.160.560.72
HSV57°36°87°
CMYK 0.000.020.36   0.13
XYZ60.720968.334235.9761
Yxy68.33420.36790.4141
Hunter Lab82.6645-13.546432.0618
CIE-Lab86.1733-9.773137.8951

#dfdb8f color RGB value is (223,219,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10001111
Octal 337 333 217
Decimal 223 219 143
Hex DF DB 8F

RGB Percentages of Color #dfdb8f

%38.12
%37.44
%24.44

CMYK Percentages of Color #dfdb8f

%0
%2
%36
%13

Triadic Colors of #dfdb8f

#dfdb8f #8fdfdb #db8fdf

Analogous Colors of #dfdb8f

#dfdb8f #bbdf8f #dfb38f

Monochromatic Colors of #dfdb8f

#dfdb8f

Complementary Color

#dfdb8f #8f93df

#dfdb8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdb8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdb8f Color CSS Codes

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

#dfdb8f Text Font Color

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

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


#dfdb8f Background Color

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

This div background color is #dfdb8f


#dfdb8f Border Color

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

This div border color is #dfdb8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdb8f


Comments

No comments written yet.

Please login to write comment.