Color Hex Logo

#dfb1ae Color Hex

#DFB1AE
(223,177,174)
0 Favorites   0 Comments

Color spaces of #dfb1ae

RGB 223177174
HSL0.010.430.78
HSV22°87°
CMYK 0.000.210.22   0.13
XYZ53.793550.188246.8965
Yxy50.18820.35650.3326
Hunter Lab70.843611.563610.3422
CIE-Lab76.184616.23977.8997

#dfb1ae color RGB value is (223,177,174).

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

The process color (four color CMYK) of #dfb1ae color hex is 0.00, 0.21, 0.22, 0.13. Web safe color of #dfb1ae is #cc9999. Color #dfb1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110001 10101110
Octal 337 261 256
Decimal 223 177 174
Hex DF B1 AE

RGB Percentages of Color #dfb1ae

%38.85
%30.84
%30.31

CMYK Percentages of Color #dfb1ae

%0
%21
%22
%13

Triadic Colors of #dfb1ae

#dfb1ae #aedfb1 #b1aedf

Analogous Colors of #dfb1ae

#dfb1ae #dfcaae #dfaec4

Monochromatic Colors of #dfb1ae

#dfb1ae

Complementary Color

#dfb1ae #aedcdf

#dfb1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb1ae Color CSS Codes

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

#dfb1ae Text Font Color

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

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


#dfb1ae Background Color

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

This div background color is #dfb1ae


#dfb1ae Border Color

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

This div border color is #dfb1ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb1ae


Comments

No comments written yet.

Please login to write comment.