Color Hex Logo

#dfcbab Color Hex

#DFCBAB
(223,203,171)
0 Favorites   0 Comments

Color spaces of #dfcbab

RGB 223203171
HSL0.100.450.77
HSV37°23°87°
CMYK 0.000.090.23   0.13
XYZ59.138061.340147.2510
Yxy61.34010.35260.3657
Hunter Lab78.3199-2.277619.0538
CIE-Lab82.56122.021118.5142

#dfcbab color RGB value is (223,203,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001011 10101011
Octal 337 313 253
Decimal 223 203 171
Hex DF CB AB

RGB Percentages of Color #dfcbab

%37.35
%34.00
%28.64

CMYK Percentages of Color #dfcbab

%0
%9
%23
%13

Triadic Colors of #dfcbab

#dfcbab #abdfcb #cbabdf

Analogous Colors of #dfcbab

#dfcbab #d9dfab #dfb1ab

Monochromatic Colors of #dfcbab

#dfcbab

Complementary Color

#dfcbab #abbfdf

#dfcbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfcbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfcbab Color CSS Codes

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

#dfcbab Text Font Color

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

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


#dfcbab Background Color

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

This div background color is #dfcbab


#dfcbab Border Color

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

This div border color is #dfcbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfcbab


Comments

No comments written yet.

Please login to write comment.