Color Hex Logo

#dfcbb0 Color Hex

#DFCBB0
(223,203,176)
0 Favorites   0 Comments

Color spaces of #dfcbb0

RGB 223203176
HSL0.100.420.78
HSV34°21°87°
CMYK 0.000.090.21   0.13
XYZ59.623861.534449.8091
Yxy61.53440.34870.3599
Hunter Lab78.4439-1.602117.2636
CIE-Lab82.66522.738716.0088

#dfcbb0 color RGB value is (223,203,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10110000
Octal 337 313 260
Decimal 223 203 176
Hex DF CB B0

RGB Percentages of Color #dfcbb0

%37.04
%33.72
%29.24

CMYK Percentages of Color #dfcbb0

%0
%9
%21
%13

Triadic Colors of #dfcbb0

#dfcbb0 #b0dfcb #cbb0df

Analogous Colors of #dfcbb0

#dfcbb0 #dcdfb0 #dfb4b0

Monochromatic Colors of #dfcbb0

#dfcbb0

Complementary Color

#dfcbb0 #b0c4df

#dfcbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbb0 Color CSS Codes

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

#dfcbb0 Text Font Color

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

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


#dfcbb0 Background Color

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

This div background color is #dfcbb0


#dfcbb0 Border Color

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

This div border color is #dfcbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbb0


Comments

No comments written yet.

Please login to write comment.