color codes Logo

#edfa0d color codes

#EDFA0D
(237,250,13)
0 Favorites   0 Comments

Color spaces of #edfa0d

RGB 23725013
HSL0.180.960.52
HSV63°95°98°
CMYK 0.050.000.95   0.02
XYZ69.183386.404813.4122
Yxy86.40480.40940.5113
Hunter Lab92.9542-29.817156.5131
CIE-Lab94.4852-26.458690.9794

#edfa0d color RGB value is (237,250,13).

#edfa0d hex color red value is 237, green value is 250 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #edfa0d hue: 0.18 , saturation: 0.96 and the lightness value of edfa0d is 0.52.

The process color (four color CMYK) of #edfa0d color code is 0.05, 0.00, 0.95, 0.02. Web safe color of #edfa0d is #ffff00. Color #edfa0d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00001101
Octal 355 372 15
Decimal 237 250 13
Hex ED FA D

RGB Percentages of Color #edfa0d

%47.40
%50.00
%2.60

CMYK Percentages of Color #edfa0d

%5
%0
%95
%2

Triadic Colors of #edfa0d

#edfa0d #0dedfa #fa0ded

Analogous Colors of #edfa0d

#edfa0d #77fa0d #fa910d

Monochromatic Colors of #edfa0d

#edfa0d

Complementary Color

#edfa0d #1a0dfa

#edfa0d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa0d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa0d Color CSS Codes

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

#edfa0d Text Font Color

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

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


#edfa0d Background Color

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

This div background color is #edfa0d


#edfa0d Border Color

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

This div border color is #edfa0d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa0d


Comments

No comments written yet.

Please login to write comment.