Color Hex Logo

#dfc7be Color Hex

#DFC7BE
(223,199,190)
0 Favorites   0 Comments

Color spaces of #dfc7be

RGB 223199190
HSL0.050.340.81
HSV16°15°87°
CMYK 0.000.110.15   0.13
XYZ60.149160.252557.1749
Yxy60.25250.33870.3393
Hunter Lab77.62252.479010.6641
CIE-Lab81.97526.96597.5693

#dfc7be color RGB value is (223,199,190).

#dfc7be hex color red value is 223, green value is 199 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #dfc7be hue: 0.05 , saturation: 0.34 and the lightness value of dfc7be is 0.81.

The process color (four color CMYK) of #dfc7be color hex is 0.00, 0.11, 0.15, 0.13. Web safe color of #dfc7be is #cccccc. Color #dfc7be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11000111 10111110
Octal 337 307 276
Decimal 223 199 190
Hex DF C7 BE

RGB Percentages of Color #dfc7be

%36.44
%32.52
%31.05

CMYK Percentages of Color #dfc7be

%0
%11
%15
%13

Triadic Colors of #dfc7be

#dfc7be #bedfc7 #c7bedf

Analogous Colors of #dfc7be

#dfc7be #dfd8be #dfbec6

Monochromatic Colors of #dfc7be

#dfc7be

Complementary Color

#dfc7be #bed6df

#dfc7be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc7be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc7be Color CSS Codes

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

#dfc7be Text Font Color

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

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


#dfc7be Background Color

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

This div background color is #dfc7be


#dfc7be Border Color

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

This div border color is #dfc7be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,199,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfc7be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc7be


Comments

No comments written yet.

Please login to write comment.