Color Hex Logo

#edf714 Color Hex

#EDF714
(237,247,20)
1 Favorites   0 Comments

Color spaces of #edf714

RGB 23724720
HSL0.170.930.52
HSV63°92°97°
CMYK 0.040.000.92   0.03
XYZ68.312184.576613.3863
Yxy84.57660.41080.5087
Hunter Lab91.9655-28.349755.7458
CIE-Lab93.7004-24.971889.6904

#edf714 color RGB value is (237,247,20).

#edf714 hex color red value is 237, green value is 247 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #edf714 hue: 0.17 , saturation: 0.93 and the lightness value of edf714 is 0.52.

The process color (four color CMYK) of #edf714 color hex is 0.04, 0.00, 0.92, 0.03. Web safe color of #edf714 is #ffff00. Color #edf714 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110111 00010100
Octal 355 367 24
Decimal 237 247 20
Hex ED F7 14

RGB Percentages of Color #edf714

%47.02
%49.01
%3.97

CMYK Percentages of Color #edf714

%4
%0
%92
%3

Triadic Colors of #edf714

#edf714 #14edf7 #f714ed

Analogous Colors of #edf714

#edf714 #7cf714 #f79014

Monochromatic Colors of #edf714

#edf714

Complementary Color

#edf714 #1e14f7

#edf714 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf714 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf714 Color CSS Codes

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

#edf714 Text Font Color

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

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


#edf714 Background Color

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

This div background color is #edf714


#edf714 Border Color

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

This div border color is #edf714


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf714


Comments

No comments written yet.

Please login to write comment.