Color Hex Logo

#dfeddb Color Hex

#DFEDDB
(223,237,219)
0 Favorites   0 Comments

Color spaces of #dfeddb

RGB 223237219
HSL0.300.330.89
HSV107°93°
CMYK 0.060.000.08   0.07
XYZ73.501881.370878.8500
Yxy81.37080.31450.3482
Hunter Lab90.2058-12.414011.3179
CIE-Lab92.2964-7.85447.1163

#dfeddb color RGB value is (223,237,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11011011
Octal 337 355 333
Decimal 223 237 219
Hex DF ED DB

RGB Percentages of Color #dfeddb

%32.84
%34.90
%32.25

CMYK Percentages of Color #dfeddb

%6
%0
%8
%7

Triadic Colors of #dfeddb

#dfeddb #dbdfed #eddbdf

Analogous Colors of #dfeddb

#dfeddb #dbede0 #e8eddb

Monochromatic Colors of #dfeddb

#dfeddb

Complementary Color

#dfeddb #e9dbed

#dfeddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfeddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfeddb Color CSS Codes

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

#dfeddb Text Font Color

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

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


#dfeddb Background Color

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

This div background color is #dfeddb


#dfeddb Border Color

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

This div border color is #dfeddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfeddb


Comments

No comments written yet.

Please login to write comment.