Color Hex Logo

#dfbfbd Color Hex

#DFBFBD
(223,191,189)
0 Favorites   0 Comments

Color spaces of #dfbfbd

RGB 223191189
HSL0.010.350.81
HSV15°87°
CMYK 0.000.140.15   0.13
XYZ58.247556.623756.0036
Yxy56.62370.34090.3314
Hunter Lab75.24876.48568.5477
CIE-Lab79.967511.04785.2171

#dfbfbd color RGB value is (223,191,189).

#dfbfbd hex color red value is 223, green value is 191 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfbfbd hue: 0.01 , saturation: 0.35 and the lightness value of dfbfbd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10111101
Octal 337 277 275
Decimal 223 191 189
Hex DF BF BD

RGB Percentages of Color #dfbfbd

%36.98
%31.67
%31.34

CMYK Percentages of Color #dfbfbd

%0
%14
%15
%13

Triadic Colors of #dfbfbd

#dfbfbd #bddfbf #bfbddf

Analogous Colors of #dfbfbd

#dfbfbd #dfd0bd #dfbdcc

Monochromatic Colors of #dfbfbd

#dfbfbd

Complementary Color

#dfbfbd #bddddf

#dfbfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfbd Color CSS Codes

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

#dfbfbd Text Font Color

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

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


#dfbfbd Background Color

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

This div background color is #dfbfbd


#dfbfbd Border Color

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

This div border color is #dfbfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfbd


Comments

No comments written yet.

Please login to write comment.