Color Hex Logo

#dfbcae Color Hex

#DFBCAE
(223,188,174)
0 Favorites   0 Comments

Color spaces of #dfbcae

RGB 223188174
HSL0.050.430.78
HSV17°22°87°
CMYK 0.000.160.22   0.13
XYZ56.054654.710447.6502
Yxy54.71040.35380.3454
Hunter Lab73.96655.832713.5811
CIE-Lab78.874210.362311.7319

#dfbcae color RGB value is (223,188,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111100 10101110
Octal 337 274 256
Decimal 223 188 174
Hex DF BC AE

RGB Percentages of Color #dfbcae

%38.12
%32.14
%29.74

CMYK Percentages of Color #dfbcae

%0
%16
%22
%13

Triadic Colors of #dfbcae

#dfbcae #aedfbc #bcaedf

Analogous Colors of #dfbcae

#dfbcae #dfd5ae #dfaeb9

Monochromatic Colors of #dfbcae

#dfbcae

Complementary Color

#dfbcae #aed1df

#dfbcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbcae Color CSS Codes

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

#dfbcae Text Font Color

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

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


#dfbcae Background Color

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

This div background color is #dfbcae


#dfbcae Border Color

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

This div border color is #dfbcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbcae


Comments

No comments written yet.

Please login to write comment.