Color Hex Logo

#edffed Color Hex

#EDFFED
(237,255,237)
0 Favorites   0 Comments

Color spaces of #edffed

RGB 237255237
HSL0.331.000.96
HSV120°100°
CMYK 0.070.000.07   0.00
XYZ85.971195.638994.0498
Yxy95.63890.31190.3469
Hunter Lab97.7951-14.223311.4373
CIE-Lab98.2886-9.07326.5781

#edffed color RGB value is (237,255,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11101101
Octal 355 377 355
Decimal 237 255 237
Hex ED FF ED

RGB Percentages of Color #edffed

%32.51
%34.98
%32.51

CMYK Percentages of Color #edffed

%7
%0
%7
%0

Triadic Colors of #edffed

#edffed #ededff #ffeded

Analogous Colors of #edffed

#edffed #edfff6 #f6ffed

Monochromatic Colors of #edffed

#edffed

Complementary Color

#edffed #ffedff

#edffed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffed Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffed Color CSS Codes

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

#edffed Text Font Color

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

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


#edffed Background Color

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

This div background color is #edffed


#edffed Border Color

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

This div border color is #edffed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffed

Related Colors


Comments

No comments written yet.

Please login to write comment.