Color Hex Logo

#dfbdbe Color Hex

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

Color spaces of #dfbdbe

RGB 223189190
HSL1.000.350.81
HSV358°15°87°
CMYK 0.000.150.15   0.13
XYZ57.923355.800956.4330
Yxy55.80090.34040.3279
Hunter Lab74.70007.68617.4987
CIE-Lab79.500412.27174.0032

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

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

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

Base Numbers

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

RGB Percentages of Color #dfbdbe

%37.04
%31.40
%31.56

CMYK Percentages of Color #dfbdbe

%0
%15
%15
%13

Triadic Colors of #dfbdbe

#dfbdbe #bedfbd #bdbedf

Analogous Colors of #dfbdbe

#dfbdbe #dfcdbd #dfbdcf

Monochromatic Colors of #dfbdbe

#dfbdbe

Complementary Color

#dfbdbe #bddfde

#dfbdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdbe Color CSS Codes

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

#dfbdbe Text Font Color

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

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


#dfbdbe Background Color

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

This div background color is #dfbdbe


#dfbdbe Border Color

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

This div border color is #dfbdbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdbe


Comments

No comments written yet.

Please login to write comment.