Color Hex Logo

#dfb4ba Color Hex

#DFB4BA
(223,180,186)
0 Favorites   0 Comments

Color spaces of #dfb4ba

RGB 223180186
HSL0.980.400.79
HSV352°19°87°
CMYK 0.000.190.17   0.13
XYZ55.615651.875753.5361
Yxy51.87570.34540.3222
Hunter Lab72.024811.78956.3470
CIE-Lab77.206516.45322.8456

#dfb4ba color RGB value is (223,180,186).

#dfb4ba hex color red value is 223, green value is 180 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #dfb4ba hue: 0.98 , saturation: 0.40 and the lightness value of dfb4ba is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110100 10111010
Octal 337 264 272
Decimal 223 180 186
Hex DF B4 BA

RGB Percentages of Color #dfb4ba

%37.86
%30.56
%31.58

CMYK Percentages of Color #dfb4ba

%0
%19
%17
%13

Triadic Colors of #dfb4ba

#dfb4ba #badfb4 #b4badf

Analogous Colors of #dfb4ba

#dfb4ba #dfc4b4 #dfb4d0

Monochromatic Colors of #dfb4ba

#dfb4ba

Complementary Color

#dfb4ba #b4dfd9

#dfb4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb4ba Color CSS Codes

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

#dfb4ba Text Font Color

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

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


#dfb4ba Background Color

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

This div background color is #dfb4ba


#dfb4ba Border Color

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

This div border color is #dfb4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb4ba


Comments

No comments written yet.

Please login to write comment.