Color Hex Logo

#dfbebb Color Hex

#DFBEBB
(223,190,187)
0 Favorites   0 Comments

Color spaces of #dfbebb

RGB 223190187
HSL0.010.360.80
HSV16°87°
CMYK 0.000.150.16   0.13
XYZ57.814556.102754.7955
Yxy56.10270.34270.3325
Hunter Lab74.90176.70109.0567
CIE-Lab79.672211.26545.8687

#dfbebb color RGB value is (223,190,187).

#dfbebb hex color red value is 223, green value is 190 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfbebb hue: 0.01 , saturation: 0.36 and the lightness value of dfbebb is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111110 10111011
Octal 337 276 273
Decimal 223 190 187
Hex DF BE BB

RGB Percentages of Color #dfbebb

%37.17
%31.67
%31.17

CMYK Percentages of Color #dfbebb

%0
%15
%16
%13

Triadic Colors of #dfbebb

#dfbebb #bbdfbe #bebbdf

Analogous Colors of #dfbebb

#dfbebb #dfd0bb #dfbbca

Monochromatic Colors of #dfbebb

#dfbebb

Complementary Color

#dfbebb #bbdcdf

#dfbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbebb Color CSS Codes

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

#dfbebb Text Font Color

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

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


#dfbebb Background Color

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

This div background color is #dfbebb


#dfbebb Border Color

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

This div border color is #dfbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbebb


Comments

No comments written yet.

Please login to write comment.