Color Hex Logo

#dfc2ba Color Hex

#DFC2BA
(223,194,186)
0 Favorites   0 Comments

Color spaces of #dfc2ba

RGB 223194186
HSL0.040.370.80
HSV13°17°87°
CMYK 0.000.130.17   0.13
XYZ58.586157.816754.5263
Yxy57.81670.34280.3382
Hunter Lab76.03734.467510.7093
CIE-Lab80.63688.98427.7926

#dfc2ba color RGB value is (223,194,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000010 10111010
Octal 337 302 272
Decimal 223 194 186
Hex DF C2 BA

RGB Percentages of Color #dfc2ba

%36.98
%32.17
%30.85

CMYK Percentages of Color #dfc2ba

%0
%13
%17
%13

Triadic Colors of #dfc2ba

#dfc2ba #badfc2 #c2badf

Analogous Colors of #dfc2ba

#dfc2ba #dfd5ba #dfbac5

Monochromatic Colors of #dfc2ba

#dfc2ba

Complementary Color

#dfc2ba #bad7df

#dfc2ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc2ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc2ba Color CSS Codes

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

#dfc2ba Text Font Color

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

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


#dfc2ba Background Color

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

This div background color is #dfc2ba


#dfc2ba Border Color

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

This div border color is #dfc2ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc2ba


Comments

No comments written yet.

Please login to write comment.