Color Hex Logo

#dfbdae Color Hex

#DFBDAE
(223,189,174)
0 Favorites   0 Comments

Color spaces of #dfbdae

RGB 223189174
HSL0.050.430.78
HSV18°22°87°
CMYK 0.000.150.22   0.13
XYZ56.269055.139247.7216
Yxy55.13920.35360.3465
Hunter Lab74.25585.314813.8754
CIE-Lab79.12149.830612.0824

#dfbdae color RGB value is (223,189,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111101 10101110
Octal 337 275 256
Decimal 223 189 174
Hex DF BD AE

RGB Percentages of Color #dfbdae

%38.05
%32.25
%29.69

CMYK Percentages of Color #dfbdae

%0
%15
%22
%13

Triadic Colors of #dfbdae

#dfbdae #aedfbd #bdaedf

Analogous Colors of #dfbdae

#dfbdae #dfd6ae #dfaeb8

Monochromatic Colors of #dfbdae

#dfbdae

Complementary Color

#dfbdae #aed0df

#dfbdae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbdae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbdae Color CSS Codes

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

#dfbdae Text Font Color

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

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


#dfbdae Background Color

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

This div background color is #dfbdae


#dfbdae Border Color

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

This div border color is #dfbdae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbdae

#dfbdae Color Palettes


Comments

No comments written yet.

Please login to write comment.