Color Hex Logo

#7eefbf Color Hex

#7EEFBF
(126,239,191)
0 Favorites   0 Comments

Color spaces of #7eefbf

RGB 126239191
HSL0.430.780.72
HSV155°47°94°
CMYK 0.470.000.20   0.06
XYZ48.874769.930260.2121
Yxy69.93020.27300.3906
Hunter Lab83.6243-42.017115.8463
CIE-Lab86.9626-43.228113.3603

#7eefbf color RGB value is (126,239,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 10111111
Octal 176 357 277
Decimal 126 239 191
Hex 7E EF BF

RGB Percentages of Color #7eefbf

%22.66
%42.99
%34.35

CMYK Percentages of Color #7eefbf

%47
%0
%20
%6

Triadic Colors of #7eefbf

#7eefbf #bf7eef #efbf7e

Analogous Colors of #7eefbf

#7eefbf #7ee7ef #7eef87

Monochromatic Colors of #7eefbf

#7eefbf

Complementary Color

#7eefbf #ef7eae

#7eefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefbf Color CSS Codes

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

#7eefbf Text Font Color

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

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


#7eefbf Background Color

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

This div background color is #7eefbf


#7eefbf Border Color

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

This div border color is #7eefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefbf


Comments

No comments written yet.

Please login to write comment.