Color Hex Logo

#dfd6be Color Hex

#DFD6BE
(223,214,190)
0 Favorites   0 Comments

Color spaces of #dfd6be

RGB 223214190
HSL0.120.340.81
HSV44°15°87°
CMYK 0.000.040.15   0.13
XYZ63.772367.498858.3826
Yxy67.49880.33630.3559
Hunter Lab82.1577-5.220915.3779
CIE-Lab85.7552-0.875212.9583

#dfd6be color RGB value is (223,214,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11010110 10111110
Octal 337 326 276
Decimal 223 214 190
Hex DF D6 BE

RGB Percentages of Color #dfd6be

%35.57
%34.13
%30.30

CMYK Percentages of Color #dfd6be

%0
%4
%15
%13

Triadic Colors of #dfd6be

#dfd6be #bedfd6 #d6bedf

Analogous Colors of #dfd6be

#dfd6be #d8dfbe #dfc6be

Monochromatic Colors of #dfd6be

#dfd6be

Complementary Color

#dfd6be #bec7df

#dfd6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd6be Color CSS Codes

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

#dfd6be Text Font Color

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

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


#dfd6be Background Color

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

This div background color is #dfd6be


#dfd6be Border Color

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

This div border color is #dfd6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd6be


Comments

No comments written yet.

Please login to write comment.