Color Hex Logo

#dfdebe Color Hex

#DFDEBE
(223,222,190)
0 Favorites   0 Comments

Color spaces of #dfdebe

RGB 223222190
HSL0.160.340.81
HSV58°15°87°
CMYK 0.000.000.15   0.13
XYZ65.847071.648259.0742
Yxy71.64820.33500.3645
Hunter Lab84.6453-9.271017.8730
CIE-Lab87.7990-4.988315.8430

#dfdebe color RGB value is (223,222,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011110 10111110
Octal 337 336 276
Decimal 223 222 190
Hex DF DE BE

RGB Percentages of Color #dfdebe

%35.12
%34.96
%29.92

CMYK Percentages of Color #dfdebe

%0
%0
%15
%13

Triadic Colors of #dfdebe

#dfdebe #bedfde #debedf

Analogous Colors of #dfdebe

#dfdebe #d0dfbe #dfcebe

Monochromatic Colors of #dfdebe

#dfdebe

Complementary Color

#dfdebe #bebfdf

#dfdebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdebe Color CSS Codes

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

#dfdebe Text Font Color

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

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


#dfdebe Background Color

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

This div background color is #dfdebe


#dfdebe Border Color

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

This div border color is #dfdebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdebe


Comments

No comments written yet.

Please login to write comment.