Color Hex Logo

#dfd9be Color Hex

#DFD9BE
(223,217,190)
0 Favorites   0 Comments

Color spaces of #dfd9be

RGB 223217190
HSL0.140.340.81
HSV49°15°87°
CMYK 0.000.030.15   0.13
XYZ64.538569.031458.6380
Yxy69.03140.33580.3591
Hunter Lab83.0851-6.744616.3152
CIE-Lab86.5196-2.423914.0396

#dfd9be color RGB value is (223,217,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011001 10111110
Octal 337 331 276
Decimal 223 217 190
Hex DF D9 BE

RGB Percentages of Color #dfd9be

%35.40
%34.44
%30.16

CMYK Percentages of Color #dfd9be

%0
%3
%15
%13

Triadic Colors of #dfd9be

#dfd9be #bedfd9 #d9bedf

Analogous Colors of #dfd9be

#dfd9be #d5dfbe #dfc9be

Monochromatic Colors of #dfd9be

#dfd9be

Complementary Color

#dfd9be #bec4df

#dfd9be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfd9be Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfd9be Color CSS Codes

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

#dfd9be Text Font Color

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

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


#dfd9be Background Color

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

This div background color is #dfd9be


#dfd9be Border Color

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

This div border color is #dfd9be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfd9be

#dfd9be Color Palettes


Comments

No comments written yet.

Please login to write comment.