Color Hex Logo

#edf78f Color Hex

#EDF78F
(237,247,143)
0 Favorites   0 Comments

Color spaces of #edf78f

RGB 237247143
HSL0.180.870.76
HSV66°42°97°
CMYK 0.040.000.42   0.03
XYZ73.143786.509238.8295
Yxy86.50920.36850.4359
Hunter Lab93.0103-22.394940.3551
CIE-Lab94.5296-18.226748.7397

#edf78f color RGB value is (237,247,143).

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

The process color (four color CMYK) of #edf78f color hex is 0.04, 0.00, 0.42, 0.03. Web safe color of #edf78f is #ffff99. Color #edf78f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 10001111
Octal 355 367 217
Decimal 237 247 143
Hex ED F7 8F

RGB Percentages of Color #edf78f

%37.80
%39.39
%22.81

CMYK Percentages of Color #edf78f

%4
%0
%42
%3

Triadic Colors of #edf78f

#edf78f #8fedf7 #f78fed

Analogous Colors of #edf78f

#edf78f #b9f78f #f7cd8f

Monochromatic Colors of #edf78f

#edf78f

Complementary Color

#edf78f #998ff7

#edf78f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf78f Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf78f Color CSS Codes

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

#edf78f Text Font Color

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

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


#edf78f Background Color

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

This div background color is #edf78f


#edf78f Border Color

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

This div border color is #edf78f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf78f


Comments

No comments written yet.

Please login to write comment.