Color Hex Logo

#7edb14 Color Hex

#7EDB14
(126,219,20)
0 Favorites   0 Comments

Color spaces of #7edb14

RGB 12621920
HSL0.240.830.47
HSV88°91°86°
CMYK 0.420.000.91   0.14
XYZ34.062055.14929.5114
Yxy55.14920.34500.5586
Hunter Lab74.2625-48.086844.3900
CIE-Lab79.1271-54.879075.2712

#7edb14 color RGB value is (126,219,20).

#7edb14 hex color red value is 126, green value is 219 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #7edb14 hue: 0.24 , saturation: 0.83 and the lightness value of 7edb14 is 0.47.

The process color (four color CMYK) of #7edb14 color hex is 0.42, 0.00, 0.91, 0.14. Web safe color of #7edb14 is #66cc00. Color #7edb14 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 00010100
Octal 176 333 24
Decimal 126 219 20
Hex 7E DB 14

RGB Percentages of Color #7edb14

%34.52
%60.00
%5.48

CMYK Percentages of Color #7edb14

%42
%0
%91
%14

Triadic Colors of #7edb14

#7edb14 #147edb #db147e

Analogous Colors of #7edb14

#7edb14 #1adb14 #dbd514

Monochromatic Colors of #7edb14

#7edb14

Complementary Color

#7edb14 #7114db

#7edb14 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edb14 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edb14 Color CSS Codes

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

#7edb14 Text Font Color

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

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


#7edb14 Background Color

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

This div background color is #7edb14


#7edb14 Border Color

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

This div border color is #7edb14


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,219,20, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7edb14; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7edb14;
  -webkit-box-shadow: 1px 1px 3px 2px #7edb14;
  box-shadow:         1px 1px 3px 2px #7edb14; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,219,20, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edb14


Comments

No comments written yet.

Please login to write comment.