Color Hex Logo

#7efcbe Color Hex

#7EFCBE
(126,252,190)
0 Favorites   0 Comments

Color spaces of #7efcbe

RGB 126252190
HSL0.420.950.74
HSV150°50°99°
CMYK 0.500.000.25   0.01
XYZ52.708977.774160.9491
Yxy77.77410.27530.4063
Hunter Lab88.1896-47.646520.7566
CIE-Lab90.6767-49.024719.0968

#7efcbe color RGB value is (126,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 10111110
Octal 176 374 276
Decimal 126 252 190
Hex 7E FC BE

RGB Percentages of Color #7efcbe

%22.18
%44.37
%33.45

CMYK Percentages of Color #7efcbe

%50
%0
%25
%1

Triadic Colors of #7efcbe

#7efcbe #be7efc #fcbe7e

Analogous Colors of #7efcbe

#7efcbe #7efbfc #7efc7f

Monochromatic Colors of #7efcbe

#7efcbe

Complementary Color

#7efcbe #fc7ebc

#7efcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcbe Color CSS Codes

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

#7efcbe Text Font Color

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

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


#7efcbe Background Color

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

This div background color is #7efcbe


#7efcbe Border Color

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

This div border color is #7efcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcbe


Comments

No comments written yet.

Please login to write comment.