Color Hex Logo

#dffedb Color Hex

#DFFEDB
(223,254,219)
0 Favorites   0 Comments

Color spaces of #dffedb

RGB 223254219
HSL0.310.950.93
HSV113°14°100°
CMYK 0.120.000.14   0.00
XYZ78.659491.686180.5692
Yxy91.68610.31350.3654
Hunter Lab95.7529-20.932717.1387
CIE-Lab96.6918-16.307213.3986

#dffedb color RGB value is (223,254,219).

#dffedb hex color red value is 223, green value is 254 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dffedb hue: 0.31 , saturation: 0.95 and the lightness value of dffedb is 0.93.

The process color (four color CMYK) of #dffedb color hex is 0.12, 0.00, 0.14, 0.00. Web safe color of #dffedb is #ccffcc. Color #dffedb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11111110 11011011
Octal 337 376 333
Decimal 223 254 219
Hex DF FE DB

RGB Percentages of Color #dffedb

%32.04
%36.49
%31.47

CMYK Percentages of Color #dffedb

%12
%0
%14
%0

Triadic Colors of #dffedb

#dffedb #dbdffe #fedbdf

Analogous Colors of #dffedb

#dffedb #dbfee9 #f1fedb

Monochromatic Colors of #dffedb

#dffedb

Complementary Color

#dffedb #fadbfe

#dffedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dffedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dffedb Color CSS Codes

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

#dffedb Text Font Color

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

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


#dffedb Background Color

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

This div background color is #dffedb


#dffedb Border Color

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

This div border color is #dffedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dffedb


Comments

No comments written yet.

Please login to write comment.