Color Hex Logo

#dfefdb Color Hex

#DFEFDB
(223,239,219)
0 Favorites   0 Comments

Color spaces of #dfefdb

RGB 223239219
HSL0.300.380.90
HSV108°94°
CMYK 0.070.000.08   0.06
XYZ74.084182.535579.0441
Yxy82.53550.31440.3502
Hunter Lab90.8491-13.425612.0085
CIE-Lab92.8107-8.86227.8557

#dfefdb color RGB value is (223,239,219).

#dfefdb hex color red value is 223, green value is 239 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dfefdb hue: 0.30 , saturation: 0.38 and the lightness value of dfefdb is 0.90.

The process color (four color CMYK) of #dfefdb color hex is 0.07, 0.00, 0.08, 0.06. Web safe color of #dfefdb is #ccffcc. Color #dfefdb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101111 11011011
Octal 337 357 333
Decimal 223 239 219
Hex DF EF DB

RGB Percentages of Color #dfefdb

%32.75
%35.10
%32.16

CMYK Percentages of Color #dfefdb

%7
%0
%8
%6

Triadic Colors of #dfefdb

#dfefdb #dbdfef #efdbdf

Analogous Colors of #dfefdb

#dfefdb #dbefe1 #e9efdb

Monochromatic Colors of #dfefdb

#dfefdb

Complementary Color

#dfefdb #ebdbef

#dfefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfefdb Color CSS Codes

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

#dfefdb Text Font Color

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

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


#dfefdb Background Color

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

This div background color is #dfefdb


#dfefdb Border Color

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

This div border color is #dfefdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfefdb


Comments

No comments written yet.

Please login to write comment.