Color Hex Logo

#dfe0bd Color Hex

#DFE0BD
(223,224,189)
0 Favorites   0 Comments

Color spaces of #dfe0bd

RGB 223224189
HSL0.170.360.81
HSV62°16°88°
CMYK 0.000.000.16   0.12
XYZ66.272472.673458.6786
Yxy72.67340.33530.3677
Hunter Lab85.2487-10.419218.8634
CIE-Lab88.2917-6.161417.0575

#dfe0bd color RGB value is (223,224,189).

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

The process color (four color CMYK) of #dfe0bd color hex is 0.00, 0.00, 0.16, 0.12. Web safe color of #dfe0bd is #cccccc. Color #dfe0bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100000 10111101
Octal 337 340 275
Decimal 223 224 189
Hex DF E0 BD

RGB Percentages of Color #dfe0bd

%35.06
%35.22
%29.72

CMYK Percentages of Color #dfe0bd

%0
%0
%16
%12

Triadic Colors of #dfe0bd

#dfe0bd #bddfe0 #e0bddf

Analogous Colors of #dfe0bd

#dfe0bd #cee0bd #e0d0bd

Monochromatic Colors of #dfe0bd

#dfe0bd

Complementary Color

#dfe0bd #bebde0

#dfe0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe0bd Color CSS Codes

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

#dfe0bd Text Font Color

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

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


#dfe0bd Background Color

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

This div background color is #dfe0bd


#dfe0bd Border Color

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

This div border color is #dfe0bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(223,224,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dfe0bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe0bd


Comments

No comments written yet.

Please login to write comment.