Color Hex Logo

#dfbab3 Color Hex

#DFBAB3
(223,186,179)
0 Favorites   0 Comments

Color spaces of #dfbab3

RGB 223186179
HSL0.030.410.79
HSV10°20°87°
CMYK 0.000.170.20   0.13
XYZ56.127054.060550.1243
Yxy54.06050.35010.3372
Hunter Lab73.52587.590311.0487
CIE-Lab78.497012.16858.4978

#dfbab3 color RGB value is (223,186,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10110011
Octal 337 272 263
Decimal 223 186 179
Hex DF BA B3

RGB Percentages of Color #dfbab3

%37.93
%31.63
%30.44

CMYK Percentages of Color #dfbab3

%0
%17
%20
%13

Triadic Colors of #dfbab3

#dfbab3 #b3dfba #bab3df

Analogous Colors of #dfbab3

#dfbab3 #dfd0b3 #dfb3c2

Monochromatic Colors of #dfbab3

#dfbab3

Complementary Color

#dfbab3 #b3d8df

#dfbab3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbab3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbab3 Color CSS Codes

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

#dfbab3 Text Font Color

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

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


#dfbab3 Background Color

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

This div background color is #dfbab3


#dfbab3 Border Color

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

This div border color is #dfbab3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbab3


Comments

No comments written yet.

Please login to write comment.