Color Hex Logo

#edf296 Color Hex

#EDF296
(237,242,150)
0 Favorites   0 Comments

Color spaces of #edf296

RGB 237242150
HSL0.180.780.77
HSV63°38°95°
CMYK 0.020.000.38   0.05
XYZ72.182283.710841.2076
Yxy83.71080.36620.4247
Hunter Lab91.4936-19.289537.3420
CIE-Lab93.3247-15.049843.8241

#edf296 color RGB value is (237,242,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110010 10010110
Octal 355 362 226
Decimal 237 242 150
Hex ED F2 96

RGB Percentages of Color #edf296

%37.68
%38.47
%23.85

CMYK Percentages of Color #edf296

%2
%0
%38
%5

Triadic Colors of #edf296

#edf296 #96edf2 #f296ed

Analogous Colors of #edf296

#edf296 #bff296 #f2c996

Monochromatic Colors of #edf296

#edf296

Complementary Color

#edf296 #9b96f2

#edf296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf296 Color CSS Codes

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

#edf296 Text Font Color

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

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


#edf296 Background Color

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

This div background color is #edf296


#edf296 Border Color

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

This div border color is #edf296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf296


Comments

No comments written yet.

Please login to write comment.