Color Hex Logo

#edf479 Color Hex

#EDF479
(237,244,121)
0 Favorites   0 Comments

Color spaces of #edf479

RGB 237244121
HSL0.180.850.72
HSV63°50°96°
CMYK 0.030.000.50   0.04
XYZ70.726984.086430.5917
Yxy84.08640.38150.4535
Hunter Lab91.6986-22.796144.4092
CIE-Lab93.4880-18.840157.7805

#edf479 color RGB value is (237,244,121).

#edf479 hex color red value is 237, green value is 244 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #edf479 hue: 0.18 , saturation: 0.85 and the lightness value of edf479 is 0.72.

The process color (four color CMYK) of #edf479 color hex is 0.03, 0.00, 0.50, 0.04. Web safe color of #edf479 is #ffff66. Color #edf479 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110100 01111001
Octal 355 364 171
Decimal 237 244 121
Hex ED F4 79

RGB Percentages of Color #edf479

%39.37
%40.53
%20.10

CMYK Percentages of Color #edf479

%3
%0
%50
%4

Triadic Colors of #edf479

#edf479 #79edf4 #f479ed

Analogous Colors of #edf479

#edf479 #b0f479 #f4be79

Monochromatic Colors of #edf479

#edf479

Complementary Color

#edf479 #8079f4

#edf479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf479 Color CSS Codes

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

#edf479 Text Font Color

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

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


#edf479 Background Color

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

This div background color is #edf479


#edf479 Border Color

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

This div border color is #edf479


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf479


Comments

No comments written yet.

Please login to write comment.