Color Hex Logo

#edffdd Color Hex

#EDFFDD
(237,255,221)
0 Favorites   0 Comments

Color spaces of #edffdd

RGB 237255221
HSL0.251.000.93
HSV92°13°100°
CMYK 0.070.000.13   0.00
XYZ83.736294.745082.2809
Yxy94.74500.32110.3633
Hunter Lab97.3370-16.781518.0169
CIE-Lab97.9314-11.760614.2637

#edffdd color RGB value is (237,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11011101
Octal 355 377 335
Decimal 237 255 221
Hex ED FF DD

RGB Percentages of Color #edffdd

%33.24
%35.76
%31.00

CMYK Percentages of Color #edffdd

%7
%0
%13
%0

Triadic Colors of #edffdd

#edffdd #ddedff #ffdded

Analogous Colors of #edffdd

#edffdd #ddffde #feffdd

Monochromatic Colors of #edffdd

#edffdd

Complementary Color

#edffdd #efddff

#edffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffdd Color CSS Codes

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

#edffdd Text Font Color

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

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


#edffdd Background Color

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

This div background color is #edffdd


#edffdd Border Color

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

This div border color is #edffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffdd


Comments

No comments written yet.

Please login to write comment.