Color Hex Logo

#7efbbe Color Hex

#7EFBBE
(126,251,190)
0 Favorites   0 Comments

Color spaces of #7efbbe

RGB 126251190
HSL0.420.940.74
HSV151°50°98°
CMYK 0.500.000.24   0.02
XYZ52.395677.147760.8447
Yxy77.14770.27520.4052
Hunter Lab87.8338-47.228220.4119
CIE-Lab90.3896-48.602518.6959

#7efbbe color RGB value is (126,251,190).

#7efbbe hex color red value is 126, green value is 251 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7efbbe hue: 0.42 , saturation: 0.94 and the lightness value of 7efbbe is 0.74.

The process color (four color CMYK) of #7efbbe color hex is 0.50, 0.00, 0.24, 0.02. Web safe color of #7efbbe is #66ffcc. Color #7efbbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 10111110
Octal 176 373 276
Decimal 126 251 190
Hex 7E FB BE

RGB Percentages of Color #7efbbe

%22.22
%44.27
%33.51

CMYK Percentages of Color #7efbbe

%50
%0
%24
%2

Triadic Colors of #7efbbe

#7efbbe #be7efb #fbbe7e

Analogous Colors of #7efbbe

#7efbbe #7efafb #7efb80

Monochromatic Colors of #7efbbe

#7efbbe

Complementary Color

#7efbbe #fb7ebb

#7efbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbbe Color CSS Codes

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

#7efbbe Text Font Color

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

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


#7efbbe Background Color

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

This div background color is #7efbbe


#7efbbe Border Color

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

This div border color is #7efbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,251,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 #7efbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbbe


Comments

No comments written yet.

Please login to write comment.