Color Hex Logo

#edf77e Color Hex

#EDF77E
(237,247,126)
0 Favorites   0 Comments

Color spaces of #edf77e

RGB 237247126
HSL0.180.880.73
HSV65°49°97°
CMYK 0.040.000.49   0.03
XYZ71.951786.032432.5523
Yxy86.03240.37760.4515
Hunter Lab92.7537-23.851344.1195
CIE-Lab94.3262-19.852556.4850

#edf77e color RGB value is (237,247,126).

#edf77e hex color red value is 237, green value is 247 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #edf77e hue: 0.18 , saturation: 0.88 and the lightness value of edf77e is 0.73.

The process color (four color CMYK) of #edf77e color hex is 0.04, 0.00, 0.49, 0.03. Web safe color of #edf77e is #ffff66. Color #edf77e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 01111110
Octal 355 367 176
Decimal 237 247 126
Hex ED F7 7E

RGB Percentages of Color #edf77e

%38.85
%40.49
%20.66

CMYK Percentages of Color #edf77e

%4
%0
%49
%3

Triadic Colors of #edf77e

#edf77e #7eedf7 #f77eed

Analogous Colors of #edf77e

#edf77e #b1f77e #f7c57e

Monochromatic Colors of #edf77e

#edf77e

Complementary Color

#edf77e #887ef7

#edf77e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf77e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf77e Color CSS Codes

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

#edf77e Text Font Color

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

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


#edf77e Background Color

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

This div background color is #edf77e


#edf77e Border Color

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

This div border color is #edf77e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf77e


Comments

No comments written yet.

Please login to write comment.