Color Hex Logo

#dfbebd Color Hex

#DFBEBD
(223,190,189)
0 Favorites   0 Comments

Color spaces of #dfbebd

RGB 223190189
HSL0.000.350.81
HSV15°87°
CMYK 0.000.150.15   0.13
XYZ58.030256.189055.9312
Yxy56.18900.34110.3302
Hunter Lab74.95937.00808.2321
CIE-Lab79.721311.58024.8617

#dfbebd color RGB value is (223,190,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10111101
Octal 337 276 275
Decimal 223 190 189
Hex DF BE BD

RGB Percentages of Color #dfbebd

%37.04
%31.56
%31.40

CMYK Percentages of Color #dfbebd

%0
%15
%15
%13

Triadic Colors of #dfbebd

#dfbebd #bddfbe #bebddf

Analogous Colors of #dfbebd

#dfbebd #dfcfbd #dfbdcd

Monochromatic Colors of #dfbebd

#dfbebd

Complementary Color

#dfbebd #bddedf

#dfbebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbebd Color CSS Codes

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

#dfbebd Text Font Color

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

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


#dfbebd Background Color

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

This div background color is #dfbebd


#dfbebd Border Color

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

This div border color is #dfbebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbebd


Comments

No comments written yet.

Please login to write comment.