Color Hex Logo

#dfe6bd Color Hex

#DFE6BD
(223,230,189)
0 Favorites   0 Comments

Color spaces of #dfe6bd

RGB 223230189
HSL0.200.450.82
HSV70°18°90°
CMYK 0.030.000.18   0.10
XYZ67.913575.955759.2256
Yxy75.95570.33440.3740
Hunter Lab87.1526-13.421220.7155
CIE-Lab89.8388-9.199819.2206

#dfe6bd color RGB value is (223,230,189).

#dfe6bd hex color red value is 223, green value is 230 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dfe6bd hue: 0.20 , saturation: 0.45 and the lightness value of dfe6bd is 0.82.

The process color (four color CMYK) of #dfe6bd color hex is 0.03, 0.00, 0.18, 0.10. Web safe color of #dfe6bd is #ccffcc. Color #dfe6bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100110 10111101
Octal 337 346 275
Decimal 223 230 189
Hex DF E6 BD

RGB Percentages of Color #dfe6bd

%34.74
%35.83
%29.44

CMYK Percentages of Color #dfe6bd

%3
%0
%18
%10

Triadic Colors of #dfe6bd

#dfe6bd #bddfe6 #e6bddf

Analogous Colors of #dfe6bd

#dfe6bd #cbe6bd #e6d9bd

Monochromatic Colors of #dfe6bd

#dfe6bd

Complementary Color

#dfe6bd #c4bde6

#dfe6bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe6bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe6bd Color CSS Codes

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

#dfe6bd Text Font Color

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

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


#dfe6bd Background Color

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

This div background color is #dfe6bd


#dfe6bd Border Color

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

This div border color is #dfe6bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe6bd

#dfe6bd Color Palettes


Comments

No comments written yet.

Please login to write comment.