Color Hex Logo

#dfd8ab Color Hex

#DFD8AB
(223,216,171)
0 Favorites   0 Comments

Color spaces of #dfd8ab

RGB 223216171
HSL0.140.450.77
HSV52°23°87°
CMYK 0.000.030.23   0.13
XYZ62.338067.740048.3176
Yxy67.74000.34940.3797
Hunter Lab82.3043-8.835122.8062
CIE-Lab85.8763-4.703523.0989

#dfd8ab color RGB value is (223,216,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011000 10101011
Octal 337 330 253
Decimal 223 216 171
Hex DF D8 AB

RGB Percentages of Color #dfd8ab

%36.56
%35.41
%28.03

CMYK Percentages of Color #dfd8ab

%0
%3
%23
%13

Triadic Colors of #dfd8ab

#dfd8ab #abdfd8 #d8abdf

Analogous Colors of #dfd8ab

#dfd8ab #ccdfab #dfbeab

Monochromatic Colors of #dfd8ab

#dfd8ab

Complementary Color

#dfd8ab #abb2df

#dfd8ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd8ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd8ab Color CSS Codes

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

#dfd8ab Text Font Color

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

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


#dfd8ab Background Color

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

This div background color is #dfd8ab


#dfd8ab Border Color

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

This div border color is #dfd8ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd8ab


Comments

No comments written yet.

Please login to write comment.