Color Hex Logo

#0eed55 Color Hex

#0EED55
(14,237,85)
0 Favorites   0 Comments

Color spaces of #0eed55

RGB 1423785
HSL0.390.890.49
HSV139°94°93°
CMYK 0.940.000.64   0.07
XYZ32.105061.317618.7377
Yxy61.31760.28620.5467
Hunter Lab78.3056-63.850440.6264
CIE-Lab82.5492-76.565558.6670

#0eed55 color RGB value is (14,237,85).

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

The process color (four color CMYK) of #0eed55 color hex is 0.94, 0.00, 0.64, 0.07. Web safe color of #0eed55 is #00ff66. Color #0eed55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11101101 01010101
Octal 16 355 125
Decimal 14 237 85
Hex E ED 55

RGB Percentages of Color #0eed55

%4.17
%70.54
%25.30

CMYK Percentages of Color #0eed55

%94
%0
%64
%7

Triadic Colors of #0eed55

#0eed55 #550eed #ed550e

Analogous Colors of #0eed55

#0eed55 #0eedc5 #36ed0e

Monochromatic Colors of #0eed55

#0eed55

Complementary Color

#0eed55 #ed0ea6

#0eed55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0eed55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0eed55 Color CSS Codes

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

#0eed55 Text Font Color

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

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


#0eed55 Background Color

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

This div background color is #0eed55


#0eed55 Border Color

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

This div border color is #0eed55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0eed55


Comments

No comments written yet.

Please login to write comment.