Color Hex Logo

#dfe5bd Color Hex

#DFE5BD
(223,229,189)
0 Favorites   0 Comments

Color spaces of #dfe5bd

RGB 223229189
HSL0.190.430.82
HSV69°17°90°
CMYK 0.030.000.17   0.10
XYZ67.636075.400759.1331
Yxy75.40070.33460.3730
Hunter Lab86.8336-12.922420.4074
CIE-Lab89.5804-8.695618.8601

#dfe5bd color RGB value is (223,229,189).

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

The process color (four color CMYK) of #dfe5bd color hex is 0.03, 0.00, 0.17, 0.10. Web safe color of #dfe5bd is #cccccc. Color #dfe5bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11100101 10111101
Octal 337 345 275
Decimal 223 229 189
Hex DF E5 BD

RGB Percentages of Color #dfe5bd

%34.79
%35.73
%29.49

CMYK Percentages of Color #dfe5bd

%3
%0
%17
%10

Triadic Colors of #dfe5bd

#dfe5bd #bddfe5 #e5bddf

Analogous Colors of #dfe5bd

#dfe5bd #cbe5bd #e5d7bd

Monochromatic Colors of #dfe5bd

#dfe5bd

Complementary Color

#dfe5bd #c3bde5

#dfe5bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfe5bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfe5bd Color CSS Codes

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

#dfe5bd Text Font Color

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

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


#dfe5bd Background Color

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

This div background color is #dfe5bd


#dfe5bd Border Color

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

This div border color is #dfe5bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfe5bd


Comments

No comments written yet.

Please login to write comment.