Color Hex Logo

#edf493 Color Hex

#EDF493
(237,244,147)
0 Favorites   0 Comments

Color spaces of #edf493

RGB 237244147
HSL0.180.820.77
HSV64°40°96°
CMYK 0.030.000.40   0.04
XYZ72.542284.812540.1508
Yxy84.81250.36730.4294
Hunter Lab92.0937-20.559538.6165
CIE-Lab93.8023-16.350945.8948

#edf493 color RGB value is (237,244,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 10010011
Octal 355 364 223
Decimal 237 244 147
Hex ED F4 93

RGB Percentages of Color #edf493

%37.74
%38.85
%23.41

CMYK Percentages of Color #edf493

%3
%0
%40
%4

Triadic Colors of #edf493

#edf493 #93edf4 #f493ed

Analogous Colors of #edf493

#edf493 #bdf493 #f4cb93

Monochromatic Colors of #edf493

#edf493

Complementary Color

#edf493 #9a93f4

#edf493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf493 Color CSS Codes

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

#edf493 Text Font Color

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

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


#edf493 Background Color

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

This div background color is #edf493


#edf493 Border Color

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

This div border color is #edf493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf493

Related Colors


Comments

No comments written yet.

Please login to write comment.