Color Hex Logo

#dfd9b2 Color Hex

#DFD9B2
(223,217,178)
0 Favorites   0 Comments

Color spaces of #dfd9b2

RGB 223217178
HSL0.140.410.79
HSV52°20°87°
CMYK 0.000.030.20   0.13
XYZ63.280268.528052.0115
Yxy68.52800.34430.3728
Hunter Lab82.7816-8.418320.6954
CIE-Lab86.2698-4.222019.9849

#dfd9b2 color RGB value is (223,217,178).

#dfd9b2 hex color red value is 223, green value is 217 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #dfd9b2 hue: 0.14 , saturation: 0.41 and the lightness value of dfd9b2 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10110010
Octal 337 331 262
Decimal 223 217 178
Hex DF D9 B2

RGB Percentages of Color #dfd9b2

%36.08
%35.11
%28.80

CMYK Percentages of Color #dfd9b2

%0
%3
%20
%13

Triadic Colors of #dfd9b2

#dfd9b2 #b2dfd9 #d9b2df

Analogous Colors of #dfd9b2

#dfd9b2 #cfdfb2 #dfc3b2

Monochromatic Colors of #dfd9b2

#dfd9b2

Complementary Color

#dfd9b2 #b2b8df

#dfd9b2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9b2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9b2 Color CSS Codes

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

#dfd9b2 Text Font Color

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

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


#dfd9b2 Background Color

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

This div background color is #dfd9b2


#dfd9b2 Border Color

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

This div border color is #dfd9b2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9b2


Comments

No comments written yet.

Please login to write comment.