Color Hex Logo

#25ed0e Color Hex

#25ED0E
(37,237,14)
0 Favorites   0 Comments

Color spaces of #25ed0e

RGB 3723714
HSL0.320.890.49
HSV114°94°93°
CMYK 0.840.000.94   0.07
XYZ31.126460.993410.5478
Yxy60.99340.30320.5941
Hunter Lab78.0983-65.530046.6612
CIE-Lab82.3752-79.390177.7586

#25ed0e color RGB value is (37,237,14).

#25ed0e hex color red value is 37, green value is 237 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #25ed0e hue: 0.32 , saturation: 0.89 and the lightness value of 25ed0e is 0.49.

The process color (four color CMYK) of #25ed0e color hex is 0.84, 0.00, 0.94, 0.07. Web safe color of #25ed0e is #33ff00. Color #25ed0e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00100101 11101101 00001110
Octal 45 355 16
Decimal 37 237 14
Hex 25 ED E

RGB Percentages of Color #25ed0e

%12.85
%82.29
%4.86

CMYK Percentages of Color #25ed0e

%84
%0
%94
%7

Triadic Colors of #25ed0e

#25ed0e #0e25ed #ed0e25

Analogous Colors of #25ed0e

#25ed0e #0eed67 #95ed0e

Monochromatic Colors of #25ed0e

#25ed0e

Complementary Color

#25ed0e #d60eed

#25ed0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#25ed0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#25ed0e Color CSS Codes

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

#25ed0e Text Font Color

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

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


#25ed0e Background Color

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

This div background color is #25ed0e


#25ed0e Border Color

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

This div border color is #25ed0e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(37,237,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #25ed0e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #25ed0e;
  -webkit-box-shadow: 1px 1px 3px 2px #25ed0e;
  box-shadow:         1px 1px 3px 2px #25ed0e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #25ed0e


Comments

No comments written yet.

Please login to write comment.