Color Hex Logo

#dfbaaa Color Hex

#DFBAAA
(223,186,170)
0 Favorites   0 Comments

Color spaces of #dfbaaa

RGB 223186170
HSL0.050.450.77
HSV18°24°87°
CMYK 0.000.170.24   0.13
XYZ55.246053.708145.4851
Yxy53.70810.35770.3478
Hunter Lab73.28586.310814.5015
CIE-Lab78.291210.849013.0624

#dfbaaa color RGB value is (223,186,170).

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

The process color (four color CMYK) of #dfbaaa color hex is 0.00, 0.17, 0.24, 0.13. Web safe color of #dfbaaa is #cccc99. Color #dfbaaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10101010
Octal 337 272 252
Decimal 223 186 170
Hex DF BA AA

RGB Percentages of Color #dfbaaa

%38.51
%32.12
%29.36

CMYK Percentages of Color #dfbaaa

%0
%17
%24
%13

Triadic Colors of #dfbaaa

#dfbaaa #aadfba #baaadf

Analogous Colors of #dfbaaa

#dfbaaa #dfd5aa #dfaab5

Monochromatic Colors of #dfbaaa

#dfbaaa

Complementary Color

#dfbaaa #aacfdf

#dfbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaaa Color CSS Codes

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

#dfbaaa Text Font Color

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

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


#dfbaaa Background Color

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

This div background color is #dfbaaa


#dfbaaa Border Color

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

This div border color is #dfbaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaaa


Comments

No comments written yet.

Please login to write comment.