Color Hex Logo

#dfdbab Color Hex

#DFDBAB
(223,219,171)
0 Favorites   0 Comments

Color spaces of #dfdbab

RGB 223219171
HSL0.150.450.77
HSV55°23°87°
CMYK 0.000.020.23   0.13
XYZ63.113669.291348.5762
Yxy69.29130.34870.3829
Hunter Lab83.2414-10.333823.6698
CIE-Lab86.6481-6.236124.1580

#dfdbab color RGB value is (223,219,171).

#dfdbab hex color red value is 223, green value is 219 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dfdbab hue: 0.15 , saturation: 0.45 and the lightness value of dfdbab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011011 10101011
Octal 337 333 253
Decimal 223 219 171
Hex DF DB AB

RGB Percentages of Color #dfdbab

%36.38
%35.73
%27.90

CMYK Percentages of Color #dfdbab

%0
%2
%23
%13

Triadic Colors of #dfdbab

#dfdbab #abdfdb #dbabdf

Analogous Colors of #dfdbab

#dfdbab #c9dfab #dfc1ab

Monochromatic Colors of #dfdbab

#dfdbab

Complementary Color

#dfdbab #abafdf

#dfdbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdbab Color CSS Codes

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

#dfdbab Text Font Color

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

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


#dfdbab Background Color

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

This div background color is #dfdbab


#dfdbab Border Color

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

This div border color is #dfdbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdbab


Comments

No comments written yet.

Please login to write comment.