Color Hex Logo

#0ed905 Color Hex

#0ED905
(14,217,5)
0 Favorites   0 Comments

Color spaces of #0ed905

RGB 142175
HSL0.330.950.44
HSV117°98°85°
CMYK 0.940.000.98   0.15
XYZ25.021449.73008.4237
Yxy49.73000.30080.5979
Hunter Lab70.5195-60.074642.2813
CIE-Lab75.9032-75.684173.2333

#0ed905 color RGB value is (14,217,5).

#0ed905 hex color red value is 14, green value is 217 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #0ed905 hue: 0.33 , saturation: 0.95 and the lightness value of 0ed905 is 0.44.

The process color (four color CMYK) of #0ed905 color hex is 0.94, 0.00, 0.98, 0.15. Web safe color of #0ed905 is #00cc00. Color #0ed905 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11011001 00000101
Octal 16 331 5
Decimal 14 217 5
Hex E D9 5

RGB Percentages of Color #0ed905

%5.93
%91.95
%2.12

CMYK Percentages of Color #0ed905

%94
%0
%98
%15

Triadic Colors of #0ed905

#0ed905 #050ed9 #d9050e

Analogous Colors of #0ed905

#0ed905 #05d966 #78d905

Monochromatic Colors of #0ed905

#0ed905

Complementary Color

#0ed905 #d005d9

#0ed905 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed905 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed905 Color CSS Codes

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

#0ed905 Text Font Color

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

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


#0ed905 Background Color

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

This div background color is #0ed905


#0ed905 Border Color

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

This div border color is #0ed905


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed905


Comments

No comments written yet.

Please login to write comment.