Color Hex Logo

#dfb0ab Color Hex

#DFB0AB
(223,176,171)
0 Favorites   0 Comments

Color spaces of #dfb0ab

RGB 223176171
HSL0.020.450.77
HSV23°87°
CMYK 0.000.210.23   0.13
XYZ53.307449.678945.3075
Yxy49.67890.35950.3350
Hunter Lab70.483311.656111.2259
CIE-Lab75.871716.33889.0857

#dfb0ab color RGB value is (223,176,171).

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

The process color (four color CMYK) of #dfb0ab color hex is 0.00, 0.21, 0.23, 0.13. Web safe color of #dfb0ab is #cc9999. Color #dfb0ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110000 10101011
Octal 337 260 253
Decimal 223 176 171
Hex DF B0 AB

RGB Percentages of Color #dfb0ab

%39.12
%30.88
%30.00

CMYK Percentages of Color #dfb0ab

%0
%21
%23
%13

Triadic Colors of #dfb0ab

#dfb0ab #abdfb0 #b0abdf

Analogous Colors of #dfb0ab

#dfb0ab #dfcaab #dfabc0

Monochromatic Colors of #dfb0ab

#dfb0ab

Complementary Color

#dfb0ab #abdadf

#dfb0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb0ab Color CSS Codes

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

#dfb0ab Text Font Color

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

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


#dfb0ab Background Color

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

This div background color is #dfb0ab


#dfb0ab Border Color

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

This div border color is #dfb0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb0ab


Comments

No comments written yet.

Please login to write comment.