Color Hex Logo

#dfbdbf Color Hex

#DFBDBF
(223,189,191)
0 Favorites   0 Comments

Color spaces of #dfbdbf

RGB 223189191
HSL0.990.350.81
HSV356°15°87°
CMYK 0.000.150.14   0.13
XYZ58.033055.844857.0107
Yxy55.84480.33960.3268
Hunter Lab74.72947.84237.0785
CIE-Lab79.525412.43133.5001

#dfbdbf color RGB value is (223,189,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10111111
Octal 337 275 277
Decimal 223 189 191
Hex DF BD BF

RGB Percentages of Color #dfbdbf

%36.98
%31.34
%31.67

CMYK Percentages of Color #dfbdbf

%0
%15
%14
%13

Triadic Colors of #dfbdbf

#dfbdbf #bfdfbd #bdbfdf

Analogous Colors of #dfbdbf

#dfbdbf #dfccbd #dfbdd0

Monochromatic Colors of #dfbdbf

#dfbdbf

Complementary Color

#dfbdbf #bddfdd

#dfbdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdbf Color CSS Codes

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

#dfbdbf Text Font Color

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

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


#dfbdbf Background Color

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

This div background color is #dfbdbf


#dfbdbf Border Color

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

This div border color is #dfbdbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdbf


Comments

No comments written yet.

Please login to write comment.