Color Hex Logo

#edfe93 Color Hex

#EDFE93
(237,254,147)
0 Favorites   0 Comments

Color spaces of #edfe93

RGB 237254147
HSL0.190.980.79
HSV70°42°100°
CMYK 0.070.000.42   0.00
XYZ75.633390.994741.1812
Yxy90.99470.36400.4379
Hunter Lab95.3911-25.406241.1778
CIE-Lab96.4079-21.181949.1707

#edfe93 color RGB value is (237,254,147).

#edfe93 hex color red value is 237, green value is 254 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #edfe93 hue: 0.19 , saturation: 0.98 and the lightness value of edfe93 is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10010011
Octal 355 376 223
Decimal 237 254 147
Hex ED FE 93

RGB Percentages of Color #edfe93

%37.15
%39.81
%23.04

CMYK Percentages of Color #edfe93

%7
%0
%42
%0

Triadic Colors of #edfe93

#edfe93 #93edfe #fe93ed

Analogous Colors of #edfe93

#edfe93 #b8fe93 #feda93

Monochromatic Colors of #edfe93

#edfe93

Complementary Color

#edfe93 #a493fe

#edfe93 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfe93 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfe93 Color CSS Codes

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

#edfe93 Text Font Color

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

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


#edfe93 Background Color

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

This div background color is #edfe93


#edfe93 Border Color

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

This div border color is #edfe93


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,254,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 #edfe93">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfe93

Related Colors


Comments

No comments written yet.

Please login to write comment.