Color Hex Logo

#edf295 Color Hex

#EDF295
(237,242,149)
0 Favorites   0 Comments

Color spaces of #edf295

RGB 237242149
HSL0.180.780.77
HSV63°38°95°
CMYK 0.020.000.38   0.05
XYZ72.102083.678740.7852
Yxy83.67870.36680.4257
Hunter Lab91.4761-19.388337.5984
CIE-Lab93.3108-15.158644.2960

#edf295 color RGB value is (237,242,149).

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

The process color (four color CMYK) of #edf295 color hex is 0.02, 0.00, 0.38, 0.05. Web safe color of #edf295 is #ffff99. Color #edf295 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 10010101
Octal 355 362 225
Decimal 237 242 149
Hex ED F2 95

RGB Percentages of Color #edf295

%37.74
%38.54
%23.73

CMYK Percentages of Color #edf295

%2
%0
%38
%5

Triadic Colors of #edf295

#edf295 #95edf2 #f295ed

Analogous Colors of #edf295

#edf295 #bff295 #f2c995

Monochromatic Colors of #edf295

#edf295

Complementary Color

#edf295 #9a95f2

#edf295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf295 Color CSS Codes

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

#edf295 Text Font Color

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

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


#edf295 Background Color

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

This div background color is #edf295


#edf295 Border Color

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

This div border color is #edf295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf295


Comments

No comments written yet.

Please login to write comment.