Color Hex Logo

#edfd5e Color Hex

#EDFD5E
(237,253,94)
1 Favorites   0 Comments

Color spaces of #edfd5e

RGB 23725394
HSL0.180.980.68
HSV66°63°99°
CMYK 0.060.000.63   0.01
XYZ72.070789.063223.9821
Yxy89.06320.38930.4811
Hunter Lab94.3733-28.837050.9946
CIE-Lab95.6068-25.121471.6426

#edfd5e color RGB value is (237,253,94).

#edfd5e hex color red value is 237, green value is 253 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #edfd5e hue: 0.18 , saturation: 0.98 and the lightness value of edfd5e is 0.68.

The process color (four color CMYK) of #edfd5e color hex is 0.06, 0.00, 0.63, 0.01. Web safe color of #edfd5e is #ffff66. Color #edfd5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111101 01011110
Octal 355 375 136
Decimal 237 253 94
Hex ED FD 5E

RGB Percentages of Color #edfd5e

%40.58
%43.32
%16.10

CMYK Percentages of Color #edfd5e

%6
%0
%63
%1

Triadic Colors of #edfd5e

#edfd5e #5eedfd #fd5eed

Analogous Colors of #edfd5e

#edfd5e #9efd5e #fdbe5e

Monochromatic Colors of #edfd5e

#edfd5e

Complementary Color

#edfd5e #6e5efd

#edfd5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfd5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfd5e Color CSS Codes

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

#edfd5e Text Font Color

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

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


#edfd5e Background Color

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

This div background color is #edfd5e


#edfd5e Border Color

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

This div border color is #edfd5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfd5e

#edfd5e Color Palettes


Comments

No comments written yet.

Please login to write comment.