Color Hex Logo

#edff18 Color Hex

#EDFF18
(237,255,24)
0 Favorites   0 Comments

Color spaces of #edff18

RGB 23725524
HSL0.181.000.55
HSV65°91°100°
CMYK 0.070.000.91   0.00
XYZ70.849989.590514.4227
Yxy89.59050.40520.5123
Hunter Lab94.6523-32.029157.2222
CIE-Lab95.8266-28.657990.8534

#edff18 color RGB value is (237,255,24).

#edff18 hex color red value is 237, green value is 255 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #edff18 hue: 0.18 , saturation: 1.00 and the lightness value of edff18 is 0.55.

The process color (four color CMYK) of #edff18 color hex is 0.07, 0.00, 0.91, 0.00. Web safe color of #edff18 is #ffff00. Color #edff18 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 00011000
Octal 355 377 30
Decimal 237 255 24
Hex ED FF 18

RGB Percentages of Color #edff18

%45.93
%49.42
%4.65

CMYK Percentages of Color #edff18

%7
%0
%91
%0

Triadic Colors of #edff18

#edff18 #18edff #ff18ed

Analogous Colors of #edff18

#edff18 #7aff18 #ff9e18

Monochromatic Colors of #edff18

#edff18

Complementary Color

#edff18 #2a18ff

#edff18 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff18 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff18 Color CSS Codes

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

#edff18 Text Font Color

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

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


#edff18 Background Color

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

This div background color is #edff18


#edff18 Border Color

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

This div border color is #edff18


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff18


Comments

No comments written yet.

Please login to write comment.