Color Hex Logo

#dfb7ae Color Hex

#DFB7AE
(223,183,174)
0 Favorites   0 Comments

Color spaces of #dfb7ae

RGB 223183174
HSL0.030.430.78
HSV11°22°87°
CMYK 0.000.180.22   0.13
XYZ55.004952.610947.3003
Yxy52.61090.35510.3396
Hunter Lab72.53348.430112.1093
CIE-Lab77.644713.02789.9848

#dfb7ae color RGB value is (223,183,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 10110111 10101110
Octal 337 267 256
Decimal 223 183 174
Hex DF B7 AE

RGB Percentages of Color #dfb7ae

%38.45
%31.55
%30.00

CMYK Percentages of Color #dfb7ae

%0
%18
%22
%13

Triadic Colors of #dfb7ae

#dfb7ae #aedfb7 #b7aedf

Analogous Colors of #dfb7ae

#dfb7ae #dfd0ae #dfaebe

Monochromatic Colors of #dfb7ae

#dfb7ae

Complementary Color

#dfb7ae #aed6df

#dfb7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfb7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfb7ae Color CSS Codes

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

#dfb7ae Text Font Color

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

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


#dfb7ae Background Color

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

This div background color is #dfb7ae


#dfb7ae Border Color

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

This div border color is #dfb7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfb7ae


Comments

No comments written yet.

Please login to write comment.