Color Hex Logo

#dfbfae Color Hex

#DFBFAE
(223,191,174)
0 Favorites   0 Comments

Color spaces of #dfbfae

RGB 223191174
HSL0.060.430.78
HSV21°22°87°
CMYK 0.000.140.22   0.13
XYZ56.702256.005647.8660
Yxy56.00560.35310.3488
Hunter Lab74.83694.280814.4637
CIE-Lab79.61708.769012.7838

#dfbfae color RGB value is (223,191,174).

#dfbfae hex color red value is 223, green value is 191 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dfbfae hue: 0.06 , saturation: 0.43 and the lightness value of dfbfae is 0.78.

The process color (four color CMYK) of #dfbfae color hex is 0.00, 0.14, 0.22, 0.13. Web safe color of #dfbfae is #cccc99. Color #dfbfae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111111 10101110
Octal 337 277 256
Decimal 223 191 174
Hex DF BF AE

RGB Percentages of Color #dfbfae

%37.93
%32.48
%29.59

CMYK Percentages of Color #dfbfae

%0
%14
%22
%13

Triadic Colors of #dfbfae

#dfbfae #aedfbf #bfaedf

Analogous Colors of #dfbfae

#dfbfae #dfd8ae #dfaeb6

Monochromatic Colors of #dfbfae

#dfbfae

Complementary Color

#dfbfae #aecedf

#dfbfae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbfae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbfae Color CSS Codes

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

#dfbfae Text Font Color

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

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


#dfbfae Background Color

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

This div background color is #dfbfae


#dfbfae Border Color

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

This div border color is #dfbfae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbfae


Comments

No comments written yet.

Please login to write comment.