Color Hex Logo

#dfdfb3 Color Hex

#DFDFB3
(223,223,179)
0 Favorites   0 Comments

Color spaces of #dfdfb3

RGB 223223179
HSL0.170.410.79
HSV60°20°87°
CMYK 0.000.000.20   0.13
XYZ64.955871.718053.0672
Yxy71.71800.34230.3780
Hunter Lab84.6865-11.289222.1276
CIE-Lab87.8327-7.138521.6289

#dfdfb3 color RGB value is (223,223,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10110011
Octal 337 337 263
Decimal 223 223 179
Hex DF DF B3

RGB Percentages of Color #dfdfb3

%35.68
%35.68
%28.64

CMYK Percentages of Color #dfdfb3

%0
%0
%20
%13

Triadic Colors of #dfdfb3

#dfdfb3 #b3dfdf #dfb3df

Analogous Colors of #dfdfb3

#dfdfb3 #c9dfb3 #dfc9b3

Monochromatic Colors of #dfdfb3

#dfdfb3

Complementary Color

#dfdfb3 #b3b3df

#dfdfb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfb3 Color CSS Codes

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

#dfdfb3 Text Font Color

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

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


#dfdfb3 Background Color

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

This div background color is #dfdfb3


#dfdfb3 Border Color

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

This div border color is #dfdfb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfb3


Comments

No comments written yet.

Please login to write comment.