Color Hex Logo

#dff3bd Color Hex

#DFF3BD
(223,243,189)
0 Favorites   0 Comments

Color spaces of #dff3bd

RGB 223243189
HSL0.230.690.85
HSV82°22°95°
CMYK 0.080.000.22   0.05
XYZ71.667383.463360.4769
Yxy83.46330.33240.3871
Hunter Lab91.3583-19.850024.7023
CIE-Lab93.2169-15.672223.9032

#dff3bd color RGB value is (223,243,189).

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

The process color (four color CMYK) of #dff3bd color hex is 0.08, 0.00, 0.22, 0.05. Web safe color of #dff3bd is #ccffcc. Color #dff3bd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11110011 10111101
Octal 337 363 275
Decimal 223 243 189
Hex DF F3 BD

RGB Percentages of Color #dff3bd

%34.05
%37.10
%28.85

CMYK Percentages of Color #dff3bd

%8
%0
%22
%5

Triadic Colors of #dff3bd

#dff3bd #bddff3 #f3bddf

Analogous Colors of #dff3bd

#dff3bd #c4f3bd #f3ecbd

Monochromatic Colors of #dff3bd

#dff3bd

Complementary Color

#dff3bd #d1bdf3

#dff3bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dff3bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dff3bd Color CSS Codes

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

#dff3bd Text Font Color

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

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


#dff3bd Background Color

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

This div background color is #dff3bd


#dff3bd Border Color

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

This div border color is #dff3bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dff3bd


Comments

No comments written yet.

Please login to write comment.