Color Hex Logo

#dfede6 Color Hex

#DFEDE6
(223,237,230)
0 Favorites   0 Comments

Color spaces of #dfede6

RGB 223237230
HSL0.420.280.90
HSV150°93°
CMYK 0.060.000.03   0.07
XYZ74.998581.969586.7318
Yxy81.96950.30770.3364
Hunter Lab90.5370-10.57506.5778
CIE-Lab92.5614-5.90221.7778

#dfede6 color RGB value is (223,237,230).

#dfede6 hex color red value is 223, green value is 237 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #dfede6 hue: 0.42 , saturation: 0.28 and the lightness value of dfede6 is 0.90.

The process color (four color CMYK) of #dfede6 color hex is 0.06, 0.00, 0.03, 0.07. Web safe color of #dfede6 is #ccffff. Color #dfede6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11100110
Octal 337 355 346
Decimal 223 237 230
Hex DF ED E6

RGB Percentages of Color #dfede6

%32.32
%34.35
%33.33

CMYK Percentages of Color #dfede6

%6
%0
%3
%7

Triadic Colors of #dfede6

#dfede6 #e6dfed #ede6df

Analogous Colors of #dfede6

#dfede6 #dfeded #dfeddf

Monochromatic Colors of #dfede6

#dfede6

Complementary Color

#dfede6 #eddfe6

#dfede6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfede6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfede6 Color CSS Codes

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

#dfede6 Text Font Color

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

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


#dfede6 Background Color

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

This div background color is #dfede6


#dfede6 Border Color

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

This div border color is #dfede6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfede6


Comments

No comments written yet.

Please login to write comment.