Color Hex Logo

#dfeedb Color Hex

#DFEEDB
(223,238,219)
0 Favorites   0 Comments

Color spaces of #dfeedb

RGB 223238219
HSL0.300.360.90
HSV107°93°
CMYK 0.060.000.08   0.07
XYZ73.792181.951578.9468
Yxy81.95150.31440.3492
Hunter Lab90.5271-12.920111.6634
CIE-Lab92.5534-8.35877.4859

#dfeedb color RGB value is (223,238,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101110 11011011
Octal 337 356 333
Decimal 223 238 219
Hex DF EE DB

RGB Percentages of Color #dfeedb

%32.79
%35.00
%32.21

CMYK Percentages of Color #dfeedb

%6
%0
%8
%7

Triadic Colors of #dfeedb

#dfeedb #dbdfee #eedbdf

Analogous Colors of #dfeedb

#dfeedb #dbeee1 #e9eedb

Monochromatic Colors of #dfeedb

#dfeedb

Complementary Color

#dfeedb #eadbee

#dfeedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeedb Color CSS Codes

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

#dfeedb Text Font Color

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

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


#dfeedb Background Color

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

This div background color is #dfeedb


#dfeedb Border Color

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

This div border color is #dfeedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeedb


Comments

No comments written yet.

Please login to write comment.