Color Hex Logo

#edff12 Color Hex

#EDFF12
(237,255,18)
0 Favorites   0 Comments

Color spaces of #edff12

RGB 23725518
HSL0.181.000.54
HSV65°93°100°
CMYK 0.070.000.93   0.00
XYZ70.794289.568214.1294
Yxy89.56820.40570.5133
Hunter Lab94.6405-32.096957.3966
CIE-Lab95.8174-28.736891.5332

#edff12 color RGB value is (237,255,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11111111 00010010
Octal 355 377 22
Decimal 237 255 18
Hex ED FF 12

RGB Percentages of Color #edff12

%46.47
%50.00
%3.53

CMYK Percentages of Color #edff12

%7
%0
%93
%0

Triadic Colors of #edff12

#edff12 #12edff #ff12ed

Analogous Colors of #edff12

#edff12 #77ff12 #ff9b12

Monochromatic Colors of #edff12

#edff12

Complementary Color

#edff12 #2412ff

#edff12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edff12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edff12 Color CSS Codes

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

#edff12 Text Font Color

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

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


#edff12 Background Color

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

This div background color is #edff12


#edff12 Border Color

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

This div border color is #edff12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edff12

Related Colors


Comments

No comments written yet.

Please login to write comment.