Color Hex Logo

#edfe26 Color Hex

#EDFE26
(237,254,38)
0 Favorites   0 Comments

Color spaces of #edfe26

RGB 23725438
HSL0.180.990.57
HSV65°85°100°
CMYK 0.070.000.85   0.00
XYZ70.716789.028115.2907
Yxy89.02810.40400.5086
Hunter Lab94.3547-31.339056.4400
CIE-Lab95.5922-27.931588.4436

#edfe26 color RGB value is (237,254,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111110 00100110
Octal 355 376 46
Decimal 237 254 38
Hex ED FE 26

RGB Percentages of Color #edfe26

%44.80
%48.02
%7.18

CMYK Percentages of Color #edfe26

%7
%0
%85
%0

Triadic Colors of #edfe26

#edfe26 #26edfe #fe26ed

Analogous Colors of #edfe26

#edfe26 #81fe26 #fea326

Monochromatic Colors of #edfe26

#edfe26

Complementary Color

#edfe26 #3726fe

#edfe26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edfe26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edfe26 Color CSS Codes

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

#edfe26 Text Font Color

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

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


#edfe26 Background Color

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

This div background color is #edfe26


#edfe26 Border Color

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

This div border color is #edfe26


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,254,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 #edfe26">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edfe26

Related Colors


Comments

No comments written yet.

Please login to write comment.