Color Hex Logo

#dfbbae Color Hex

#DFBBAE
(223,187,174)
0 Favorites   0 Comments

Color spaces of #dfbbae

RGB 223187174
HSL0.040.430.78
HSV16°22°87°
CMYK 0.000.160.22   0.13
XYZ55.841754.284647.5792
Yxy54.28460.35410.3442
Hunter Lab73.67816.351113.2869
CIE-Lab78.627410.894511.3819

#dfbbae color RGB value is (223,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111011 10101110
Octal 337 273 256
Decimal 223 187 174
Hex DF BB AE

RGB Percentages of Color #dfbbae

%38.18
%32.02
%29.79

CMYK Percentages of Color #dfbbae

%0
%16
%22
%13

Triadic Colors of #dfbbae

#dfbbae #aedfbb #bbaedf

Analogous Colors of #dfbbae

#dfbbae #dfd4ae #dfaeba

Monochromatic Colors of #dfbbae

#dfbbae

Complementary Color

#dfbbae #aed2df

#dfbbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbbae Color CSS Codes

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

#dfbbae Text Font Color

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

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


#dfbbae Background Color

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

This div background color is #dfbbae


#dfbbae Border Color

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

This div border color is #dfbbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbbae


Comments

No comments written yet.

Please login to write comment.