Color Hex Logo

#dfc8be Color Hex

#DFC8BE
(223,200,190)
0 Favorites   0 Comments

Color spaces of #dfc8be

RGB 223200190
HSL0.050.340.81
HSV18°15°87°
CMYK 0.000.100.15   0.13
XYZ60.380060.714257.2519
Yxy60.71420.33860.3404
Hunter Lab77.91931.961610.9797
CIE-Lab82.22496.43867.9273

#dfc8be color RGB value is (223,200,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11001000 10111110
Octal 337 310 276
Decimal 223 200 190
Hex DF C8 BE

RGB Percentages of Color #dfc8be

%36.38
%32.63
%31.00

CMYK Percentages of Color #dfc8be

%0
%10
%15
%13

Triadic Colors of #dfc8be

#dfc8be #bedfc8 #c8bedf

Analogous Colors of #dfc8be

#dfc8be #dfd9be #dfbec5

Monochromatic Colors of #dfc8be

#dfc8be

Complementary Color

#dfc8be #bed5df

#dfc8be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfc8be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfc8be Color CSS Codes

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

#dfc8be Text Font Color

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

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


#dfc8be Background Color

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

This div background color is #dfc8be


#dfc8be Border Color

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

This div border color is #dfc8be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfc8be


Comments

No comments written yet.

Please login to write comment.