Color Hex Logo

#dfcbb1 Color Hex

#DFCBB1
(223,203,177)
0 Favorites   0 Comments

Color spaces of #dfcbb1

RGB 223203177
HSL0.090.420.78
HSV34°21°87°
CMYK 0.000.090.21   0.13
XYZ59.723261.574250.3322
Yxy61.57420.34800.3588
Hunter Lab78.4692-1.464216.8983
CIE-Lab82.68652.884715.5079

#dfcbb1 color RGB value is (223,203,177).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10110001
Octal 337 313 261
Decimal 223 203 177
Hex DF CB B1

RGB Percentages of Color #dfcbb1

%36.98
%33.67
%29.35

CMYK Percentages of Color #dfcbb1

%0
%9
%21
%13

Triadic Colors of #dfcbb1

#dfcbb1 #b1dfcb #cbb1df

Analogous Colors of #dfcbb1

#dfcbb1 #dcdfb1 #dfb4b1

Monochromatic Colors of #dfcbb1

#dfcbb1

Complementary Color

#dfcbb1 #b1c5df

#dfcbb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbb1 Color CSS Codes

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

#dfcbb1 Text Font Color

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

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


#dfcbb1 Background Color

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

This div background color is #dfcbb1


#dfcbb1 Border Color

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

This div border color is #dfcbb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbb1


Comments

No comments written yet.

Please login to write comment.