Color Hex Logo

#edfdde Color Hex

#EDFDDE
(237,253,222)
0 Favorites   0 Comments

Color spaces of #edfdde

RGB 237253222
HSL0.250.890.93
HSV91°12°99°
CMYK 0.060.000.12   0.01
XYZ83.235193.529082.7732
Yxy93.52900.32070.3604
Hunter Lab96.7104-15.614816.9517
CIE-Lab97.4419-10.608713.0571

#edfdde color RGB value is (237,253,222).

#edfdde hex color red value is 237, green value is 253 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #edfdde hue: 0.25 , saturation: 0.89 and the lightness value of edfdde is 0.93.

The process color (four color CMYK) of #edfdde color hex is 0.06, 0.00, 0.12, 0.01. Web safe color of #edfdde is #ffffcc. Color #edfdde contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11011110
Octal 355 375 336
Decimal 237 253 222
Hex ED FD DE

RGB Percentages of Color #edfdde

%33.29
%35.53
%31.18

CMYK Percentages of Color #edfdde

%6
%0
%12
%1

Triadic Colors of #edfdde

#edfdde #deedfd #fddeed

Analogous Colors of #edfdde

#edfdde #defddf #fdfdde

Monochromatic Colors of #edfdde

#edfdde

Complementary Color

#edfdde #eedefd

#edfdde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfdde Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfdde Color CSS Codes

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

#edfdde Text Font Color

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

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


#edfdde Background Color

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

This div background color is #edfdde


#edfdde Border Color

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

This div border color is #edfdde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfdde

Related Colors

#edfdde Color Palettes


Comments

No comments written yet.

Please login to write comment.