Color Hex Logo

#edfe6d Color Hex

#EDFE6D
(237,254,109)
0 Favorites   0 Comments

Color spaces of #edfe6d

RGB 237254109
HSL0.190.990.71
HSV67°57°100°
CMYK 0.070.000.57   0.00
XYZ73.127289.992327.9840
Yxy89.99230.38270.4709
Hunter Lab94.8643-28.413748.9150
CIE-Lab95.9936-24.571365.9335

#edfe6d color RGB value is (237,254,109).

#edfe6d hex color red value is 237, green value is 254 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #edfe6d hue: 0.19 , saturation: 0.99 and the lightness value of edfe6d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 01101101
Octal 355 376 155
Decimal 237 254 109
Hex ED FE 6D

RGB Percentages of Color #edfe6d

%39.50
%42.33
%18.17

CMYK Percentages of Color #edfe6d

%7
%0
%57
%0

Triadic Colors of #edfe6d

#edfe6d #6dedfe #fe6ded

Analogous Colors of #edfe6d

#edfe6d #a5fe6d #fec76d

Monochromatic Colors of #edfe6d

#edfe6d

Complementary Color

#edfe6d #7e6dfe

#edfe6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfe6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfe6d Color CSS Codes

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

#edfe6d Text Font Color

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

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


#edfe6d Background Color

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

This div background color is #edfe6d


#edfe6d Border Color

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

This div border color is #edfe6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfe6d


Comments

No comments written yet.

Please login to write comment.