Color Hex Logo

#dfbaad Color Hex

#DFBAAD
(223,186,173)
0 Favorites   0 Comments

Color spaces of #dfbaad

RGB 223186173
HSL0.040.440.78
HSV16°22°87°
CMYK 0.000.170.22   0.13
XYZ55.533253.822946.9971
Yxy53.82290.35520.3442
Hunter Lab73.36416.729013.3736
CIE-Lab78.358411.281511.5395

#dfbaad color RGB value is (223,186,173).

#dfbaad hex color red value is 223, green value is 186 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #dfbaad hue: 0.04 , saturation: 0.44 and the lightness value of dfbaad is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10101101
Octal 337 272 255
Decimal 223 186 173
Hex DF BA AD

RGB Percentages of Color #dfbaad

%38.32
%31.96
%29.73

CMYK Percentages of Color #dfbaad

%0
%17
%22
%13

Triadic Colors of #dfbaad

#dfbaad #addfba #baaddf

Analogous Colors of #dfbaad

#dfbaad #dfd3ad #dfadb9

Monochromatic Colors of #dfbaad

#dfbaad

Complementary Color

#dfbaad #add2df

#dfbaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaad Color CSS Codes

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

#dfbaad Text Font Color

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

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


#dfbaad Background Color

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

This div background color is #dfbaad


#dfbaad Border Color

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

This div border color is #dfbaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaad


Comments

No comments written yet.

Please login to write comment.