Color Hex Logo

#dfbbac Color Hex

#DFBBAC
(223,187,172)
0 Favorites   0 Comments

Color spaces of #dfbbac

RGB 223187172
HSL0.050.440.77
HSV18°23°87°
CMYK 0.000.160.23   0.13
XYZ55.648154.207246.5598
Yxy54.20720.35580.3466
Hunter Lab73.62556.070314.0437
CIE-Lab78.582410.603912.3961

#dfbbac color RGB value is (223,187,172).

#dfbbac hex color red value is 223, green value is 187 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dfbbac hue: 0.05 , saturation: 0.44 and the lightness value of dfbbac is 0.77.

The process color (four color CMYK) of #dfbbac color hex is 0.00, 0.16, 0.23, 0.13. Web safe color of #dfbbac is #cccc99. Color #dfbbac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10101100
Octal 337 273 254
Decimal 223 187 172
Hex DF BB AC

RGB Percentages of Color #dfbbac

%38.32
%32.13
%29.55

CMYK Percentages of Color #dfbbac

%0
%16
%23
%13

Triadic Colors of #dfbbac

#dfbbac #acdfbb #bbacdf

Analogous Colors of #dfbbac

#dfbbac #dfd5ac #dfacb7

Monochromatic Colors of #dfbbac

#dfbbac

Complementary Color

#dfbbac #acd0df

#dfbbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbac Color CSS Codes

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

#dfbbac Text Font Color

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

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


#dfbbac Background Color

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

This div background color is #dfbbac


#dfbbac Border Color

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

This div border color is #dfbbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbac


Comments

No comments written yet.

Please login to write comment.