Color Hex Logo

#edfa6e Color Hex

#EDFA6E
(237,250,110)
0 Favorites   0 Comments

Color spaces of #edfa6e

RGB 237250110
HSL0.180.930.71
HSV66°56°98°
CMYK 0.050.000.56   0.02
XYZ71.925187.501527.8505
Yxy87.50150.38410.4672
Hunter Lab93.5422-26.449447.8270
CIE-Lab94.9506-22.600264.3379

#edfa6e color RGB value is (237,250,110).

#edfa6e hex color red value is 237, green value is 250 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #edfa6e hue: 0.18 , saturation: 0.93 and the lightness value of edfa6e is 0.71.

The process color (four color CMYK) of #edfa6e color hex is 0.05, 0.00, 0.56, 0.02. Web safe color of #edfa6e is #ffff66. Color #edfa6e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 01101110
Octal 355 372 156
Decimal 237 250 110
Hex ED FA 6E

RGB Percentages of Color #edfa6e

%39.70
%41.88
%18.43

CMYK Percentages of Color #edfa6e

%5
%0
%56
%2

Triadic Colors of #edfa6e

#edfa6e #6eedfa #fa6eed

Analogous Colors of #edfa6e

#edfa6e #a7fa6e #fac16e

Monochromatic Colors of #edfa6e

#edfa6e

Complementary Color

#edfa6e #7b6efa

#edfa6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa6e Color CSS Codes

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

#edfa6e Text Font Color

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

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


#edfa6e Background Color

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

This div background color is #edfa6e


#edfa6e Border Color

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

This div border color is #edfa6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa6e


Comments

No comments written yet.

Please login to write comment.