Color Hex Logo

#dfbaae Color Hex

#DFBAAE
(223,186,174)
0 Favorites   0 Comments

Color spaces of #dfbaae

RGB 223186174
HSL0.040.430.78
HSV15°22°87°
CMYK 0.000.170.22   0.13
XYZ55.630353.861847.5087
Yxy53.86180.35430.3431
Hunter Lab73.39066.870012.9926
CIE-Lab78.381111.427011.0323

#dfbaae color RGB value is (223,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10111010 10101110
Octal 337 272 256
Decimal 223 186 174
Hex DF BA AE

RGB Percentages of Color #dfbaae

%38.25
%31.90
%29.85

CMYK Percentages of Color #dfbaae

%0
%17
%22
%13

Triadic Colors of #dfbaae

#dfbaae #aedfba #baaedf

Analogous Colors of #dfbaae

#dfbaae #dfd3ae #dfaebb

Monochromatic Colors of #dfbaae

#dfbaae

Complementary Color

#dfbaae #aed3df

#dfbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfbaae Color CSS Codes

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

#dfbaae Text Font Color

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

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


#dfbaae Background Color

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

This div background color is #dfbaae


#dfbaae Border Color

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

This div border color is #dfbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfbaae


Comments

No comments written yet.

Please login to write comment.