Color Hex Logo

#dfbabf Color Hex

#DFBABF
(223,186,191)
0 Favorites   0 Comments

Color spaces of #dfbabf

RGB 223186191
HSL0.980.370.80
HSV352°17°87°
CMYK 0.000.170.14   0.13
XYZ57.394354.567456.7978
Yxy54.56740.34010.3233
Hunter Lab73.86989.41646.1213
CIE-Lab78.791414.03312.4355

#dfbabf color RGB value is (223,186,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10111111
Octal 337 272 277
Decimal 223 186 191
Hex DF BA BF

RGB Percentages of Color #dfbabf

%37.17
%31.00
%31.83

CMYK Percentages of Color #dfbabf

%0
%17
%14
%13

Triadic Colors of #dfbabf

#dfbabf #bfdfba #babfdf

Analogous Colors of #dfbabf

#dfbabf #dfc8ba #dfbad2

Monochromatic Colors of #dfbabf

#dfbabf

Complementary Color

#dfbabf #badfda

#dfbabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbabf Color CSS Codes

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

#dfbabf Text Font Color

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

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


#dfbabf Background Color

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

This div background color is #dfbabf


#dfbabf Border Color

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

This div border color is #dfbabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbabf


Comments

No comments written yet.

Please login to write comment.