Color Hex Logo

#edfea5 Color Hex

#EDFEA5
(237,254,165)
0 Favorites   0 Comments

Color spaces of #edfea5

RGB 237254165
HSL0.200.980.82
HSV71°35°100°
CMYK 0.070.000.35   0.00
XYZ77.158491.604849.2121
Yxy91.60480.35400.4203
Hunter Lab95.7104-23.592736.5117
CIE-Lab96.6585-19.168740.7534

#edfea5 color RGB value is (237,254,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 10100101
Octal 355 376 245
Decimal 237 254 165
Hex ED FE A5

RGB Percentages of Color #edfea5

%36.13
%38.72
%25.15

CMYK Percentages of Color #edfea5

%7
%0
%35
%0

Triadic Colors of #edfea5

#edfea5 #a5edfe #fea5ed

Analogous Colors of #edfea5

#edfea5 #c1fea5 #fee3a5

Monochromatic Colors of #edfea5

#edfea5

Complementary Color

#edfea5 #b6a5fe

#edfea5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfea5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfea5 Color CSS Codes

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

#edfea5 Text Font Color

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

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


#edfea5 Background Color

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

This div background color is #edfea5


#edfea5 Border Color

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

This div border color is #edfea5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfea5


Comments

No comments written yet.

Please login to write comment.