Color Hex Logo

#dfdcb4 Color Hex

#DFDCB4
(223,220,180)
0 Favorites   0 Comments

Color spaces of #dfdcb4

RGB 223220180
HSL0.160.400.79
HSV56°19°87°
CMYK 0.000.010.19   0.13
XYZ64.262870.169753.3371
Yxy70.16970.34220.3737
Hunter Lab83.7674-9.655220.8855
CIE-Lab87.0800-5.466220.0648

#dfdcb4 color RGB value is (223,220,180).

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

The process color (four color CMYK) of #dfdcb4 color hex is 0.00, 0.01, 0.19, 0.13. Web safe color of #dfdcb4 is #cccccc. Color #dfdcb4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10110100
Octal 337 334 264
Decimal 223 220 180
Hex DF DC B4

RGB Percentages of Color #dfdcb4

%35.79
%35.31
%28.89

CMYK Percentages of Color #dfdcb4

%0
%1
%19
%13

Triadic Colors of #dfdcb4

#dfdcb4 #b4dfdc #dcb4df

Analogous Colors of #dfdcb4

#dfdcb4 #cddfb4 #dfc7b4

Monochromatic Colors of #dfdcb4

#dfdcb4

Complementary Color

#dfdcb4 #b4b7df

#dfdcb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcb4 Color CSS Codes

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

#dfdcb4 Text Font Color

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

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


#dfdcb4 Background Color

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

This div background color is #dfdcb4


#dfdcb4 Border Color

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

This div border color is #dfdcb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcb4


Comments

No comments written yet.

Please login to write comment.