Color Hex Logo

#edfddd Color Hex

#EDFDDD
(237,253,221)
0 Favorites   0 Comments

Color spaces of #edfddd

RGB 237253221
HSL0.250.890.93
HSV90°13°99°
CMYK 0.060.000.13   0.01
XYZ83.101593.475582.0693
Yxy93.47550.32130.3614
Hunter Lab96.6827-15.769017.3495
CIE-Lab97.4202-10.771513.5387

#edfddd color RGB value is (237,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 11011101
Octal 355 375 335
Decimal 237 253 221
Hex ED FD DD

RGB Percentages of Color #edfddd

%33.33
%35.58
%31.08

CMYK Percentages of Color #edfddd

%6
%0
%13
%1

Triadic Colors of #edfddd

#edfddd #ddedfd #fddded

Analogous Colors of #edfddd

#edfddd #ddfddd #fdfddd

Monochromatic Colors of #edfddd

#edfddd

Complementary Color

#edfddd #edddfd

#edfddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfddd Color CSS Codes

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

#edfddd Text Font Color

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

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


#edfddd Background Color

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

This div background color is #edfddd


#edfddd Border Color

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

This div border color is #edfddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfddd


Comments

No comments written yet.

Please login to write comment.