Color Hex Logo

#edf300 Color Hex

#EDF300
(237,243,0)
0 Favorites   0 Comments

Color spaces of #edf300

RGB 2372430
HSL0.171.000.48
HSV61°100°95°
CMYK 0.020.001.00   0.05
XYZ66.975682.105712.3180
Yxy82.10570.41500.5087
Hunter Lab90.6122-26.633955.3685
CIE-Lab92.6215-23.261690.5494

#edf300 color RGB value is (237,243,0).

#edf300 hex color red value is 237, green value is 243 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #edf300 hue: 0.17 , saturation: 1.00 and the lightness value of edf300 is 0.48.

The process color (four color CMYK) of #edf300 color hex is 0.02, 0.00, 1.00, 0.05. Web safe color of #edf300 is #ffff00. Color #edf300 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11110011 00000000
Octal 355 363 0
Decimal 237 243 0
Hex ED F3 0

RGB Percentages of Color #edf300

%49.38
%50.63
%0.00

CMYK Percentages of Color #edf300

%2
%0
%100
%5

Triadic Colors of #edf300

#edf300 #00edf3 #f300ed

Analogous Colors of #edf300

#edf300 #74f300 #f38000

Monochromatic Colors of #edf300

#edf300

Complementary Color

#edf300 #0600f3

#edf300 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edf300 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edf300 Color CSS Codes

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

#edf300 Text Font Color

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

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


#edf300 Background Color

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

This div background color is #edf300


#edf300 Border Color

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

This div border color is #edf300


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edf300


Comments

No comments written yet.

Please login to write comment.