Color Hex Logo

#dfbbb0 Color Hex

#DFBBB0
(223,187,176)
0 Favorites   0 Comments

Color spaces of #dfbbb0

RGB 223187176
HSL0.040.420.78
HSV14°21°87°
CMYK 0.000.160.21   0.13
XYZ56.038254.363248.6139
Yxy54.36320.35240.3419
Hunter Lab73.73146.635712.5198
CIE-Lab78.673011.188310.3683

#dfbbb0 color RGB value is (223,187,176).

#dfbbb0 hex color red value is 223, green value is 187 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #dfbbb0 hue: 0.04 , saturation: 0.42 and the lightness value of dfbbb0 is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10110000
Octal 337 273 260
Decimal 223 187 176
Hex DF BB B0

RGB Percentages of Color #dfbbb0

%38.05
%31.91
%30.03

CMYK Percentages of Color #dfbbb0

%0
%16
%21
%13

Triadic Colors of #dfbbb0

#dfbbb0 #b0dfbb #bbb0df

Analogous Colors of #dfbbb0

#dfbbb0 #dfd3b0 #dfb0bd

Monochromatic Colors of #dfbbb0

#dfbbb0

Complementary Color

#dfbbb0 #b0d4df

#dfbbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbb0 Color CSS Codes

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

#dfbbb0 Text Font Color

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

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


#dfbbb0 Background Color

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

This div background color is #dfbbb0


#dfbbb0 Border Color

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

This div border color is #dfbbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbb0


Comments

No comments written yet.

Please login to write comment.