Color Hex Logo

#0ed703 Color Hex

#0ED703
(14,215,3)
0 Favorites   0 Comments

Color spaces of #0ed703

RGB 142153
HSL0.320.970.43
HSV117°99°84°
CMYK 0.930.000.99   0.16
XYZ24.498048.70088.1952
Yxy48.70080.30100.5983
Hunter Lab69.7860-59.463941.8875
CIE-Lab75.2648-75.182472.9102

#0ed703 color RGB value is (14,215,3).

#0ed703 hex color red value is 14, green value is 215 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #0ed703 hue: 0.32 , saturation: 0.97 and the lightness value of 0ed703 is 0.43.

The process color (four color CMYK) of #0ed703 color hex is 0.93, 0.00, 0.99, 0.16. Web safe color of #0ed703 is #00cc00. Color #0ed703 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001110 11010111 00000011
Octal 16 327 3
Decimal 14 215 3
Hex E D7 3

RGB Percentages of Color #0ed703

%6.03
%92.67
%1.29

CMYK Percentages of Color #0ed703

%93
%0
%99
%16

Triadic Colors of #0ed703

#0ed703 #030ed7 #d7030e

Analogous Colors of #0ed703

#0ed703 #03d762 #78d703

Monochromatic Colors of #0ed703

#0ed703

Complementary Color

#0ed703 #cc03d7

#0ed703 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ed703 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ed703 Color CSS Codes

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

#0ed703 Text Font Color

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

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


#0ed703 Background Color

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

This div background color is #0ed703


#0ed703 Border Color

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

This div border color is #0ed703


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ed703


Comments

No comments written yet.

Please login to write comment.