Color Hex Logo

#dfbdb3 Color Hex

#DFBDB3
(223,189,179)
0 Favorites   0 Comments

Color spaces of #dfbdb3

RGB 223189179
HSL0.040.410.79
HSV14°20°87°
CMYK 0.000.150.20   0.13
XYZ56.765755.337850.3372
Yxy55.33780.34950.3407
Hunter Lab74.38946.029911.9527
CIE-Lab79.235410.57079.5527

#dfbdb3 color RGB value is (223,189,179).

#dfbdb3 hex color red value is 223, green value is 189 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #dfbdb3 hue: 0.04 , saturation: 0.41 and the lightness value of dfbdb3 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10110011
Octal 337 275 263
Decimal 223 189 179
Hex DF BD B3

RGB Percentages of Color #dfbdb3

%37.73
%31.98
%30.29

CMYK Percentages of Color #dfbdb3

%0
%15
%20
%13

Triadic Colors of #dfbdb3

#dfbdb3 #b3dfbd #bdb3df

Analogous Colors of #dfbdb3

#dfbdb3 #dfd3b3 #dfb3bf

Monochromatic Colors of #dfbdb3

#dfbdb3

Complementary Color

#dfbdb3 #b3d5df

#dfbdb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdb3 Color CSS Codes

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

#dfbdb3 Text Font Color

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

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


#dfbdb3 Background Color

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

This div background color is #dfbdb3


#dfbdb3 Border Color

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

This div border color is #dfbdb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdb3


Comments

No comments written yet.

Please login to write comment.