Color Hex Logo

#dfbfbe Color Hex

#DFBFBE
(223,191,190)
0 Favorites   0 Comments

Color spaces of #dfbfbe

RGB 223191190
HSL0.010.340.81
HSV15°87°
CMYK 0.000.140.15   0.13
XYZ58.356556.667356.5774
Yxy56.66730.34010.3302
Hunter Lab75.27776.64028.1330
CIE-Lab79.992111.20644.7141

#dfbfbe color RGB value is (223,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10111110
Octal 337 277 276
Decimal 223 191 190
Hex DF BF BE

RGB Percentages of Color #dfbfbe

%36.92
%31.62
%31.46

CMYK Percentages of Color #dfbfbe

%0
%14
%15
%13

Triadic Colors of #dfbfbe

#dfbfbe #bedfbf #bfbedf

Analogous Colors of #dfbfbe

#dfbfbe #dfd0be #dfbece

Monochromatic Colors of #dfbfbe

#dfbfbe

Complementary Color

#dfbfbe #bededf

#dfbfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfbe Color CSS Codes

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

#dfbfbe Text Font Color

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

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


#dfbfbe Background Color

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

This div background color is #dfbfbe


#dfbfbe Border Color

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

This div border color is #dfbfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfbe


Comments

No comments written yet.

Please login to write comment.