Color Hex Logo

#edf494 Color Hex

#EDF494
(237,244,148)
0 Favorites   0 Comments

Color spaces of #edf494

RGB 237244148
HSL0.180.810.77
HSV64°39°96°
CMYK 0.030.000.39   0.04
XYZ72.621084.844040.5660
Yxy84.84400.36670.4284
Hunter Lab92.1108-20.462938.3660
CIE-Lab93.8159-16.244145.4256

#edf494 color RGB value is (237,244,148).

#edf494 hex color red value is 237, green value is 244 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #edf494 hue: 0.18 , saturation: 0.81 and the lightness value of edf494 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 10010100
Octal 355 364 224
Decimal 237 244 148
Hex ED F4 94

RGB Percentages of Color #edf494

%37.68
%38.79
%23.53

CMYK Percentages of Color #edf494

%3
%0
%39
%4

Triadic Colors of #edf494

#edf494 #94edf4 #f494ed

Analogous Colors of #edf494

#edf494 #bdf494 #f4cb94

Monochromatic Colors of #edf494

#edf494

Complementary Color

#edf494 #9b94f4

#edf494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf494 Color CSS Codes

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

#edf494 Text Font Color

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

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


#edf494 Background Color

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

This div background color is #edf494


#edf494 Border Color

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

This div border color is #edf494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf494


Comments

No comments written yet.

Please login to write comment.