Color Hex Logo

#edffda Color Hex

#EDFFDA
(237,255,218)
0 Favorites   0 Comments

Color spaces of #edffda

RGB 237255218
HSL0.251.000.93
HSV89°15°100°
CMYK 0.070.000.15   0.00
XYZ83.339994.586580.1942
Yxy94.58650.32290.3664
Hunter Lab97.2556-17.237719.1901
CIE-Lab97.8678-12.244015.7073

#edffda color RGB value is (237,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 11011010
Octal 355 377 332
Decimal 237 255 218
Hex ED FF DA

RGB Percentages of Color #edffda

%33.38
%35.92
%30.70

CMYK Percentages of Color #edffda

%7
%0
%15
%0

Triadic Colors of #edffda

#edffda #daedff #ffdaed

Analogous Colors of #edffda

#edffda #dbffda #ffffda

Monochromatic Colors of #edffda

#edffda

Complementary Color

#edffda #ecdaff

#edffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edffda Color CSS Codes

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

#edffda Text Font Color

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

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


#edffda Background Color

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

This div background color is #edffda


#edffda Border Color

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

This div border color is #edffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edffda


Comments

No comments written yet.

Please login to write comment.