Color Hex Logo

#dff4bd Color Hex

#DFF4BD
(223,244,189)
0 Favorites   0 Comments

Color spaces of #dff4bd

RGB 223244189
HSL0.230.710.85
HSV83°23°96°
CMYK 0.090.000.23   0.04
XYZ71.967484.063560.5769
Yxy84.06350.33220.3881
Hunter Lab91.6861-20.340425.0075
CIE-Lab93.4781-16.163624.2630

#dff4bd color RGB value is (223,244,189).

#dff4bd hex color red value is 223, green value is 244 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #dff4bd hue: 0.23 , saturation: 0.71 and the lightness value of dff4bd is 0.85.

The process color (four color CMYK) of #dff4bd color hex is 0.09, 0.00, 0.23, 0.04. Web safe color of #dff4bd is #ccffcc. Color #dff4bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110100 10111101
Octal 337 364 275
Decimal 223 244 189
Hex DF F4 BD

RGB Percentages of Color #dff4bd

%33.99
%37.20
%28.81

CMYK Percentages of Color #dff4bd

%9
%0
%23
%4

Triadic Colors of #dff4bd

#dff4bd #bddff4 #f4bddf

Analogous Colors of #dff4bd

#dff4bd #c4f4bd #f4eebd

Monochromatic Colors of #dff4bd

#dff4bd

Complementary Color

#dff4bd #d2bdf4

#dff4bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff4bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff4bd Color CSS Codes

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

#dff4bd Text Font Color

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

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


#dff4bd Background Color

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

This div background color is #dff4bd


#dff4bd Border Color

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

This div border color is #dff4bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff4bd


Comments

No comments written yet.

Please login to write comment.