Color Hex Logo

#edfa7c Color Hex

#EDFA7C
(237,250,124)
0 Favorites   0 Comments

Color spaces of #edfa7c

RGB 237250124
HSL0.180.930.73
HSV66°50°98°
CMYK 0.050.000.50   0.02
XYZ72.748787.831032.1876
Yxy87.83100.37740.4556
Hunter Lab93.7182-25.446345.2395
CIE-Lab95.0897-21.467258.3028

#edfa7c color RGB value is (237,250,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 01111100
Octal 355 372 174
Decimal 237 250 124
Hex ED FA 7C

RGB Percentages of Color #edfa7c

%38.79
%40.92
%20.29

CMYK Percentages of Color #edfa7c

%5
%0
%50
%2

Triadic Colors of #edfa7c

#edfa7c #7cedfa #fa7ced

Analogous Colors of #edfa7c

#edfa7c #aefa7c #fac87c

Monochromatic Colors of #edfa7c

#edfa7c

Complementary Color

#edfa7c #897cfa

#edfa7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa7c Color CSS Codes

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

#edfa7c Text Font Color

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

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


#edfa7c Background Color

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

This div background color is #edfa7c


#edfa7c Border Color

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

This div border color is #edfa7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa7c


Comments

No comments written yet.

Please login to write comment.