Color Hex Logo

#7eefbe Color Hex

#7EEFBE
(126,239,190)
0 Favorites   0 Comments

Color spaces of #7eefbe

RGB 126239190
HSL0.430.780.72
HSV154°47°94°
CMYK 0.470.000.21   0.06
XYZ48.765069.886359.6344
Yxy69.88630.27350.3920
Hunter Lab83.5980-42.172616.2243
CIE-Lab86.9411-43.435113.8498

#7eefbe color RGB value is (126,239,190).

#7eefbe hex color red value is 126, green value is 239 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7eefbe hue: 0.43 , saturation: 0.78 and the lightness value of 7eefbe is 0.72.

The process color (four color CMYK) of #7eefbe color hex is 0.47, 0.00, 0.21, 0.06. Web safe color of #7eefbe is #66ffcc. Color #7eefbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 10111110
Octal 176 357 276
Decimal 126 239 190
Hex 7E EF BE

RGB Percentages of Color #7eefbe

%22.70
%43.06
%34.23

CMYK Percentages of Color #7eefbe

%47
%0
%21
%6

Triadic Colors of #7eefbe

#7eefbe #be7eef #efbe7e

Analogous Colors of #7eefbe

#7eefbe #7ee8ef #7eef86

Monochromatic Colors of #7eefbe

#7eefbe

Complementary Color

#7eefbe #ef7eaf

#7eefbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefbe Color CSS Codes

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

#7eefbe Text Font Color

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

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


#7eefbe Background Color

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

This div background color is #7eefbe


#7eefbe Border Color

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

This div border color is #7eefbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefbe


Comments

No comments written yet.

Please login to write comment.