Color Hex Logo

#7ef880 Color Hex

#7EF880
(126,248,128)
0 Favorites   0 Comments

Color spaces of #7ef880

RGB 126248128
HSL0.340.900.73
HSV121°49°97°
CMYK 0.490.000.48   0.03
XYZ46.067973.128932.1093
Yxy73.12890.30450.4833
Hunter Lab85.5154-53.492537.5986
CIE-Lab88.5092-57.714047.0650

#7ef880 color RGB value is (126,248,128).

#7ef880 hex color red value is 126, green value is 248 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #7ef880 hue: 0.34 , saturation: 0.90 and the lightness value of 7ef880 is 0.73.

The process color (four color CMYK) of #7ef880 color hex is 0.49, 0.00, 0.48, 0.03. Web safe color of #7ef880 is #66ff99. Color #7ef880 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111000 10000000
Octal 176 370 200
Decimal 126 248 128
Hex 7E F8 80

RGB Percentages of Color #7ef880

%25.10
%49.40
%25.50

CMYK Percentages of Color #7ef880

%49
%0
%48
%3

Triadic Colors of #7ef880

#7ef880 #807ef8 #f8807e

Analogous Colors of #7ef880

#7ef880 #7ef8bd #b9f87e

Monochromatic Colors of #7ef880

#7ef880

Complementary Color

#7ef880 #f87ef6

#7ef880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef880 Color CSS Codes

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

#7ef880 Text Font Color

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

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


#7ef880 Background Color

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

This div background color is #7ef880


#7ef880 Border Color

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

This div border color is #7ef880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef880


Comments

No comments written yet.

Please login to write comment.