Color Hex Logo

#dfdcbe Color Hex

#DFDCBE
(223,220,190)
0 Favorites   0 Comments

Color spaces of #dfdcbe

RGB 223220190
HSL0.150.340.81
HSV55°15°87°
CMYK 0.000.010.15   0.13
XYZ65.318970.592158.8982
Yxy70.59210.33530.3624
Hunter Lab84.0191-8.262317.2505
CIE-Lab87.2865-3.965015.1215

#dfdcbe color RGB value is (223,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011100 10111110
Octal 337 334 276
Decimal 223 220 190
Hex DF DC BE

RGB Percentages of Color #dfdcbe

%35.23
%34.76
%30.02

CMYK Percentages of Color #dfdcbe

%0
%1
%15
%13

Triadic Colors of #dfdcbe

#dfdcbe #bedfdc #dcbedf

Analogous Colors of #dfdcbe

#dfdcbe #d2dfbe #dfccbe

Monochromatic Colors of #dfdcbe

#dfdcbe

Complementary Color

#dfdcbe #bec1df

#dfdcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdcbe Color CSS Codes

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

#dfdcbe Text Font Color

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

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


#dfdcbe Background Color

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

This div background color is #dfdcbe


#dfdcbe Border Color

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

This div border color is #dfdcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdcbe


Comments

No comments written yet.

Please login to write comment.