Color Hex Logo

#dfbab4 Color Hex

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

Color spaces of #dfbab4

RGB 223186180
HSL0.020.400.79
HSV19°87°
CMYK 0.000.170.19   0.13
XYZ56.228554.101150.6590
Yxy54.10110.34930.3361
Hunter Lab73.55347.737210.6522
CIE-Lab78.520612.31927.9914

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

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

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

Base Numbers

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

RGB Percentages of Color #dfbab4

%37.86
%31.58
%30.56

CMYK Percentages of Color #dfbab4

%0
%17
%19
%13

Triadic Colors of #dfbab4

#dfbab4 #b4dfba #bab4df

Analogous Colors of #dfbab4

#dfbab4 #dfd0b4 #dfb4c4

Monochromatic Colors of #dfbab4

#dfbab4

Complementary Color

#dfbab4 #b4d9df

#dfbab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbab4 Color CSS Codes

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

#dfbab4 Text Font Color

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

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


#dfbab4 Background Color

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

This div background color is #dfbab4


#dfbab4 Border Color

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

This div border color is #dfbab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbab4


Comments

No comments written yet.

Please login to write comment.