Color Hex Logo

#dfdcab Color Hex

#DFDCAB
(223,220,171)
0 Favorites   0 Comments

Color spaces of #dfdcab

RGB 223220171
HSL0.160.450.77
HSV57°23°87°
CMYK 0.000.010.23   0.13
XYZ63.375369.814648.6634
Yxy69.81460.34850.3839
Hunter Lab83.5551-10.831923.9575
CIE-Lab86.9059-6.745024.5110

#dfdcab color RGB value is (223,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10101011
Octal 337 334 253
Decimal 223 220 171
Hex DF DC AB

RGB Percentages of Color #dfdcab

%36.32
%35.83
%27.85

CMYK Percentages of Color #dfdcab

%0
%1
%23
%13

Triadic Colors of #dfdcab

#dfdcab #abdfdc #dcabdf

Analogous Colors of #dfdcab

#dfdcab #c8dfab #dfc2ab

Monochromatic Colors of #dfdcab

#dfdcab

Complementary Color

#dfdcab #abaedf

#dfdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcab Color CSS Codes

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

#dfdcab Text Font Color

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

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


#dfdcab Background Color

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

This div background color is #dfdcab


#dfdcab Border Color

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

This div border color is #dfdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcab


Comments

No comments written yet.

Please login to write comment.