Color Hex Logo

#dfbbb8 Color Hex

#DFBBB8
(223,187,184)
0 Favorites   0 Comments

Color spaces of #dfbbb8

RGB 223187184
HSL0.010.380.80
HSV17°87°
CMYK 0.000.160.17   0.13
XYZ56.853554.689352.9070
Yxy54.68930.34570.3326
Hunter Lab73.95227.81219.3492
CIE-Lab78.862012.39756.3207

#dfbbb8 color RGB value is (223,187,184).

#dfbbb8 hex color red value is 223, green value is 187 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #dfbbb8 hue: 0.01 , saturation: 0.38 and the lightness value of dfbbb8 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10111000
Octal 337 273 270
Decimal 223 187 184
Hex DF BB B8

RGB Percentages of Color #dfbbb8

%37.54
%31.48
%30.98

CMYK Percentages of Color #dfbbb8

%0
%16
%17
%13

Triadic Colors of #dfbbb8

#dfbbb8 #b8dfbb #bbb8df

Analogous Colors of #dfbbb8

#dfbbb8 #dfcfb8 #dfb8c9

Monochromatic Colors of #dfbbb8

#dfbbb8

Complementary Color

#dfbbb8 #b8dcdf

#dfbbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbb8 Color CSS Codes

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

#dfbbb8 Text Font Color

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

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


#dfbbb8 Background Color

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

This div background color is #dfbbb8


#dfbbb8 Border Color

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

This div border color is #dfbbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbb8

#dfbbb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.