Color Hex Logo

#dfedda Color Hex

#DFEDDA
(223,237,218)
0 Favorites   0 Comments

Color spaces of #dfedda

RGB 223237218
HSL0.290.350.89
HSV104°93°
CMYK 0.060.000.08   0.07
XYZ73.370581.318378.1586
Yxy81.31830.31510.3492
Hunter Lab90.1767-12.576111.7354
CIE-Lab92.2731-8.02747.6026

#dfedda color RGB value is (223,237,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011111 11101101 11011010
Octal 337 355 332
Decimal 223 237 218
Hex DF ED DA

RGB Percentages of Color #dfedda

%32.89
%34.96
%32.15

CMYK Percentages of Color #dfedda

%6
%0
%8
%7

Triadic Colors of #dfedda

#dfedda #dadfed #eddadf

Analogous Colors of #dfedda

#dfedda #daeddf #e9edda

Monochromatic Colors of #dfedda

#dfedda

Complementary Color

#dfedda #e8daed

#dfedda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dfedda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dfedda Color CSS Codes

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

#dfedda Text Font Color

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

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


#dfedda Background Color

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

This div background color is #dfedda


#dfedda Border Color

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

This div border color is #dfedda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dfedda

#dfedda Color Palettes


Comments

No comments written yet.

Please login to write comment.