Color Hex Logo

#dfdfbe Color Hex

#DFDFBE
(223,223,190)
0 Favorites   0 Comments

Color spaces of #dfdfbe

RGB 223223190
HSL0.170.340.81
HSV60°15°87°
CMYK 0.000.000.15   0.13
XYZ66.113472.181059.1630
Yxy72.18100.33480.3656
Hunter Lab84.9594-9.774518.1839
CIE-Lab88.0556-5.498716.2038

#dfdfbe color RGB value is (223,223,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11011111 10111110
Octal 337 337 276
Decimal 223 223 190
Hex DF DF BE

RGB Percentages of Color #dfdfbe

%35.06
%35.06
%29.87

CMYK Percentages of Color #dfdfbe

%0
%0
%15
%13

Triadic Colors of #dfdfbe

#dfdfbe #bedfdf #dfbedf

Analogous Colors of #dfdfbe

#dfdfbe #cfdfbe #dfcfbe

Monochromatic Colors of #dfdfbe

#dfdfbe

Complementary Color

#dfdfbe #bebedf

#dfdfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfdfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfdfbe Color CSS Codes

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

#dfdfbe Text Font Color

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

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


#dfdfbe Background Color

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

This div background color is #dfdfbe


#dfdfbe Border Color

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

This div border color is #dfdfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfdfbe


Comments

No comments written yet.

Please login to write comment.