Color Hex Logo

#dfb6bb Color Hex

#DFB6BB
(223,182,187)
0 Favorites   0 Comments

Color spaces of #dfb6bb

RGB 223182187
HSL0.980.390.79
HSV353°18°87°
CMYK 0.000.180.16   0.13
XYZ56.129052.731754.2336
Yxy52.73170.34420.3233
Hunter Lab72.616610.89256.5510
CIE-Lab77.716315.53843.0421

#dfb6bb color RGB value is (223,182,187).

#dfb6bb hex color red value is 223, green value is 182 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dfb6bb hue: 0.98 , saturation: 0.39 and the lightness value of dfb6bb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10111011
Octal 337 266 273
Decimal 223 182 187
Hex DF B6 BB

RGB Percentages of Color #dfb6bb

%37.67
%30.74
%31.59

CMYK Percentages of Color #dfb6bb

%0
%18
%16
%13

Triadic Colors of #dfb6bb

#dfb6bb #bbdfb6 #b6bbdf

Analogous Colors of #dfb6bb

#dfb6bb #dfc6b6 #dfb6d0

Monochromatic Colors of #dfb6bb

#dfb6bb

Complementary Color

#dfb6bb #b6dfda

#dfb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6bb Color CSS Codes

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

#dfb6bb Text Font Color

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

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


#dfb6bb Background Color

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

This div background color is #dfb6bb


#dfb6bb Border Color

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

This div border color is #dfb6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6bb


Comments

No comments written yet.

Please login to write comment.