Color Hex Logo

#edfa1a Color Hex

#EDFA1A
(237,250,26)
0 Favorites   0 Comments

Color spaces of #edfa1a

RGB 23725026
HSL0.180.960.54
HSV63°90°98°
CMYK 0.050.000.90   0.02
XYZ69.297186.450314.0115
Yxy86.45030.40820.5093
Hunter Lab92.9787-29.676456.1503
CIE-Lab94.5045-26.295789.5522

#edfa1a color RGB value is (237,250,26).

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

The process color (four color CMYK) of #edfa1a color hex is 0.05, 0.00, 0.90, 0.02. Web safe color of #edfa1a is #ffff33. Color #edfa1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00011010
Octal 355 372 32
Decimal 237 250 26
Hex ED FA 1A

RGB Percentages of Color #edfa1a

%46.20
%48.73
%5.07

CMYK Percentages of Color #edfa1a

%5
%0
%90
%2

Triadic Colors of #edfa1a

#edfa1a #1aedfa #fa1aed

Analogous Colors of #edfa1a

#edfa1a #7dfa1a #fa971a

Monochromatic Colors of #edfa1a

#edfa1a

Complementary Color

#edfa1a #271afa

#edfa1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa1a Color CSS Codes

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

#edfa1a Text Font Color

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

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


#edfa1a Background Color

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

This div background color is #edfa1a


#edfa1a Border Color

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

This div border color is #edfa1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa1a


Comments

No comments written yet.

Please login to write comment.