Color Hex Logo

#dfdfab Color Hex

#DFDFAB
(223,223,171)
0 Favorites   0 Comments

Color spaces of #dfdfab

RGB 223223171
HSL0.170.450.77
HSV60°23°87°
CMYK 0.000.000.23   0.13
XYZ64.169871.403648.9282
Yxy71.40360.34780.3870
Hunter Lab84.5007-12.323224.8199
CIE-Lab87.6807-8.267225.5701

#dfdfab color RGB value is (223,223,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10101011
Octal 337 337 253
Decimal 223 223 171
Hex DF DF AB

RGB Percentages of Color #dfdfab

%36.14
%36.14
%27.71

CMYK Percentages of Color #dfdfab

%0
%0
%23
%13

Triadic Colors of #dfdfab

#dfdfab #abdfdf #dfabdf

Analogous Colors of #dfdfab

#dfdfab #c5dfab #dfc5ab

Monochromatic Colors of #dfdfab

#dfdfab

Complementary Color

#dfdfab #ababdf

#dfdfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfab Color CSS Codes

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

#dfdfab Text Font Color

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

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


#dfdfab Background Color

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

This div background color is #dfdfab


#dfdfab Border Color

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

This div border color is #dfdfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfab


Comments

No comments written yet.

Please login to write comment.