Color Hex Logo

#dfdaab Color Hex

#DFDAAB
(223,218,171)
0 Favorites   0 Comments

Color spaces of #dfdaab

RGB 223218171
HSL0.150.450.77
HSV54°23°87°
CMYK 0.000.020.23   0.13
XYZ62.853568.771148.4895
Yxy68.77110.34900.3818
Hunter Lab82.9283-9.834923.3820
CIE-Lab86.3906-5.726223.8049

#dfdaab color RGB value is (223,218,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011010 10101011
Octal 337 332 253
Decimal 223 218 171
Hex DF DA AB

RGB Percentages of Color #dfdaab

%36.44
%35.62
%27.94

CMYK Percentages of Color #dfdaab

%0
%2
%23
%13

Triadic Colors of #dfdaab

#dfdaab #abdfda #daabdf

Analogous Colors of #dfdaab

#dfdaab #cadfab #dfc0ab

Monochromatic Colors of #dfdaab

#dfdaab

Complementary Color

#dfdaab #abb0df

#dfdaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdaab Color CSS Codes

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

#dfdaab Text Font Color

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

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


#dfdaab Background Color

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

This div background color is #dfdaab


#dfdaab Border Color

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

This div border color is #dfdaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdaab


Comments

No comments written yet.

Please login to write comment.