Color Hex Logo

#edf973 Color Hex

#EDF973
(237,249,115)
0 Favorites   0 Comments

Color spaces of #edf973

RGB 237249115
HSL0.180.920.71
HSV65°54°98°
CMYK 0.050.000.54   0.02
XYZ71.895286.993729.2218
Yxy86.99370.38220.4625
Hunter Lab93.2704-25.630946.7136
CIE-Lab94.7356-21.736561.9167

#edf973 color RGB value is (237,249,115).

#edf973 hex color red value is 237, green value is 249 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #edf973 hue: 0.18 , saturation: 0.92 and the lightness value of edf973 is 0.71.

The process color (four color CMYK) of #edf973 color hex is 0.05, 0.00, 0.54, 0.02. Web safe color of #edf973 is #ffff66. Color #edf973 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111001 01110011
Octal 355 371 163
Decimal 237 249 115
Hex ED F9 73

RGB Percentages of Color #edf973

%39.43
%41.43
%19.13

CMYK Percentages of Color #edf973

%5
%0
%54
%2

Triadic Colors of #edf973

#edf973 #73edf9 #f973ed

Analogous Colors of #edf973

#edf973 #aaf973 #f9c273

Monochromatic Colors of #edf973

#edf973

Complementary Color

#edf973 #7f73f9

#edf973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf973 Color CSS Codes

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

#edf973 Text Font Color

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

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


#edf973 Background Color

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

This div background color is #edf973


#edf973 Border Color

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

This div border color is #edf973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf973


Comments

No comments written yet.

Please login to write comment.