Color Hex Logo

#dfb7ba Color Hex

#DFB7BA
(223,183,186)
0 Favorites   0 Comments

Color spaces of #dfb7ba

RGB 223183186
HSL0.990.380.80
HSV356°18°87°
CMYK 0.000.180.17   0.13
XYZ56.227853.100153.7402
Yxy53.10010.34480.3256
Hunter Lab72.869810.21207.2835
CIE-Lab77.934114.84593.8997

#dfb7ba color RGB value is (223,183,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10111010
Octal 337 267 272
Decimal 223 183 186
Hex DF B7 BA

RGB Percentages of Color #dfb7ba

%37.67
%30.91
%31.42

CMYK Percentages of Color #dfb7ba

%0
%18
%17
%13

Triadic Colors of #dfb7ba

#dfb7ba #badfb7 #b7badf

Analogous Colors of #dfb7ba

#dfb7ba #dfc8b7 #dfb7ce

Monochromatic Colors of #dfb7ba

#dfb7ba

Complementary Color

#dfb7ba #b7dfdc

#dfb7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7ba Color CSS Codes

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

#dfb7ba Text Font Color

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

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


#dfb7ba Background Color

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

This div background color is #dfb7ba


#dfb7ba Border Color

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

This div border color is #dfb7ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7ba


Comments

No comments written yet.

Please login to write comment.