Color Hex Logo

#edf795 Color Hex

#EDF795
(237,247,149)
0 Favorites   0 Comments

Color spaces of #edf795

RGB 237247149
HSL0.180.860.78
HSV66°40°97°
CMYK 0.040.000.40   0.03
XYZ73.610686.696041.2881
Yxy86.69600.36510.4301
Hunter Lab93.1107-21.826838.8865
CIE-Lab94.6091-17.596545.9444

#edf795 color RGB value is (237,247,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 10010101
Octal 355 367 225
Decimal 237 247 149
Hex ED F7 95

RGB Percentages of Color #edf795

%37.44
%39.02
%23.54

CMYK Percentages of Color #edf795

%4
%0
%40
%3

Triadic Colors of #edf795

#edf795 #95edf7 #f795ed

Analogous Colors of #edf795

#edf795 #bcf795 #f7d095

Monochromatic Colors of #edf795

#edf795

Complementary Color

#edf795 #9f95f7

#edf795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf795 Color CSS Codes

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

#edf795 Text Font Color

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

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


#edf795 Background Color

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

This div background color is #edf795


#edf795 Border Color

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

This div border color is #edf795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf795


Comments

No comments written yet.

Please login to write comment.