Color Hex Logo

#dfb5bd Color Hex

#DFB5BD
(223,181,189)
0 Favorites   0 Comments

Color spaces of #dfb5bd

RGB 223181189
HSL0.970.400.79
HSV349°19°87°
CMYK 0.000.190.15   0.13
XYZ56.140652.409855.3013
Yxy52.40980.34260.3199
Hunter Lab72.394611.73275.3854
CIE-Lab77.525216.39101.6790

#dfb5bd color RGB value is (223,181,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110101 10111101
Octal 337 265 275
Decimal 223 181 189
Hex DF B5 BD

RGB Percentages of Color #dfb5bd

%37.61
%30.52
%31.87

CMYK Percentages of Color #dfb5bd

%0
%19
%15
%13

Triadic Colors of #dfb5bd

#dfb5bd #bddfb5 #b5bddf

Analogous Colors of #dfb5bd

#dfb5bd #dfc2b5 #dfb5d2

Monochromatic Colors of #dfb5bd

#dfb5bd

Complementary Color

#dfb5bd #b5dfd7

#dfb5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb5bd Color CSS Codes

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

#dfb5bd Text Font Color

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

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


#dfb5bd Background Color

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

This div background color is #dfb5bd


#dfb5bd Border Color

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

This div border color is #dfb5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb5bd


Comments

No comments written yet.

Please login to write comment.