Color Hex Logo

#dfc9ba Color Hex

#DFC9BA
(223,201,186)
0 Favorites   0 Comments

Color spaces of #dfc9ba

RGB 223201186
HSL0.070.370.80
HSV24°17°87°
CMYK 0.000.100.17   0.13
XYZ60.181061.006455.0579
Yxy61.00640.34150.3461
Hunter Lab78.10660.847412.8807
CIE-Lab82.38225.287710.2875

#dfc9ba color RGB value is (223,201,186).

#dfc9ba hex color red value is 223, green value is 201 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfc9ba hue: 0.07 , saturation: 0.37 and the lightness value of dfc9ba is 0.80.

The process color (four color CMYK) of #dfc9ba color hex is 0.00, 0.10, 0.17, 0.13. Web safe color of #dfc9ba is #cccccc. Color #dfc9ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001001 10111010
Octal 337 311 272
Decimal 223 201 186
Hex DF C9 BA

RGB Percentages of Color #dfc9ba

%36.56
%32.95
%30.49

CMYK Percentages of Color #dfc9ba

%0
%10
%17
%13

Triadic Colors of #dfc9ba

#dfc9ba #badfc9 #c9badf

Analogous Colors of #dfc9ba

#dfc9ba #dfdcba #dfbabe

Monochromatic Colors of #dfc9ba

#dfc9ba

Complementary Color

#dfc9ba #bad0df

#dfc9ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc9ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc9ba Color CSS Codes

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

#dfc9ba Text Font Color

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

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


#dfc9ba Background Color

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

This div background color is #dfc9ba


#dfc9ba Border Color

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

This div border color is #dfc9ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc9ba


Comments

No comments written yet.

Please login to write comment.