Color Hex Logo

#dfb6ab Color Hex

#DFB6AB
(223,182,171)
0 Favorites   0 Comments

Color spaces of #dfb6ab

RGB 223182171
HSL0.040.450.77
HSV13°23°87°
CMYK 0.000.180.23   0.13
XYZ54.510152.084145.7083
Yxy52.08410.35790.3420
Hunter Lab72.16938.526312.9673
CIE-Lab77.331113.126411.1629

#dfb6ab color RGB value is (223,182,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110110 10101011
Octal 337 266 253
Decimal 223 182 171
Hex DF B6 AB

RGB Percentages of Color #dfb6ab

%38.72
%31.60
%29.69

CMYK Percentages of Color #dfb6ab

%0
%18
%23
%13

Triadic Colors of #dfb6ab

#dfb6ab #abdfb6 #b6abdf

Analogous Colors of #dfb6ab

#dfb6ab #dfd0ab #dfabba

Monochromatic Colors of #dfb6ab

#dfb6ab

Complementary Color

#dfb6ab #abd4df

#dfb6ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb6ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb6ab Color CSS Codes

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

#dfb6ab Text Font Color

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

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


#dfb6ab Background Color

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

This div background color is #dfb6ab


#dfb6ab Border Color

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

This div border color is #dfb6ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb6ab


Comments

No comments written yet.

Please login to write comment.