Color Hex Logo

#edfa26 Color Hex

#EDFA26
(237,250,38)
0 Favorites   0 Comments

Color spaces of #edfa26

RGB 23725038
HSL0.180.950.56
HSV64°85°98°
CMYK 0.050.000.85   0.02
XYZ69.460586.515714.8720
Yxy86.51570.40660.5064
Hunter Lab93.0138-29.474655.6298
CIE-Lab94.5324-26.062487.5741

#edfa26 color RGB value is (237,250,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111010 00100110
Octal 355 372 46
Decimal 237 250 38
Hex ED FA 26

RGB Percentages of Color #edfa26

%45.14
%47.62
%7.24

CMYK Percentages of Color #edfa26

%5
%0
%85
%2

Triadic Colors of #edfa26

#edfa26 #26edfa #fa26ed

Analogous Colors of #edfa26

#edfa26 #83fa26 #fa9d26

Monochromatic Colors of #edfa26

#edfa26

Complementary Color

#edfa26 #3326fa

#edfa26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfa26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfa26 Color CSS Codes

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

#edfa26 Text Font Color

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

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


#edfa26 Background Color

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

This div background color is #edfa26


#edfa26 Border Color

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

This div border color is #edfa26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfa26


Comments

No comments written yet.

Please login to write comment.