Color Hex Logo

#7ef910 Color Hex

#7EF910
(126,249,16)
0 Favorites   0 Comments

Color spaces of #7ef910

RGB 12624916
HSL0.250.950.52
HSV92°94°98°
CMYK 0.490.000.94   0.02
XYZ42.573472.224412.1871
Yxy72.22440.33530.5688
Hunter Lab84.9849-59.303750.9871
CIE-Lab88.0765-66.042383.0571

#7ef910 color RGB value is (126,249,16).

#7ef910 hex color red value is 126, green value is 249 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #7ef910 hue: 0.25 , saturation: 0.95 and the lightness value of 7ef910 is 0.52.

The process color (four color CMYK) of #7ef910 color hex is 0.49, 0.00, 0.94, 0.02. Web safe color of #7ef910 is #66ff00. Color #7ef910 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111001 00010000
Octal 176 371 20
Decimal 126 249 16
Hex 7E F9 10

RGB Percentages of Color #7ef910

%32.23
%63.68
%4.09

CMYK Percentages of Color #7ef910

%49
%0
%94
%2

Triadic Colors of #7ef910

#7ef910 #107ef9 #f9107e

Analogous Colors of #7ef910

#7ef910 #10f917 #f3f910

Monochromatic Colors of #7ef910

#7ef910

Complementary Color

#7ef910 #8b10f9

#7ef910 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef910 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef910 Color CSS Codes

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

#7ef910 Text Font Color

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

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


#7ef910 Background Color

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

This div background color is #7ef910


#7ef910 Border Color

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

This div border color is #7ef910


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef910


Comments

No comments written yet.

Please login to write comment.