Color Hex Logo

#dfbdbd Color Hex

#DFBDBD
(223,189,189)
0 Favorites   0 Comments

Color spaces of #dfbdbd

RGB 223189189
HSL0.000.350.81
HSV15°87°
CMYK 0.000.150.15   0.13
XYZ57.814355.757355.8592
Yxy55.75730.34120.3291
Hunter Lab74.67087.53077.9163
CIE-Lab79.475512.11294.5067

#dfbdbd color RGB value is (223,189,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10111101
Octal 337 275 275
Decimal 223 189 189
Hex DF BD BD

RGB Percentages of Color #dfbdbd

%37.10
%31.45
%31.45

CMYK Percentages of Color #dfbdbd

%0
%15
%15
%13

Triadic Colors of #dfbdbd

#dfbdbd #bddfbd #bdbddf

Analogous Colors of #dfbdbd

#dfbdbd #dfcebd #dfbdce

Monochromatic Colors of #dfbdbd

#dfbdbd

Complementary Color

#dfbdbd #bddfdf

#dfbdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdbd Color CSS Codes

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

#dfbdbd Text Font Color

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

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


#dfbdbd Background Color

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

This div background color is #dfbdbd


#dfbdbd Border Color

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

This div border color is #dfbdbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdbd

#dfbdbd Color Palettes


Comments

No comments written yet.

Please login to write comment.