Color Hex Logo

#7efcbf Color Hex

#7EFCBF
(126,252,191)
0 Favorites   0 Comments

Color spaces of #7efcbf

RGB 126252191
HSL0.420.950.74
HSV151°50°99°
CMYK 0.500.000.24   0.01
XYZ52.818677.818061.5268
Yxy77.81800.27490.4050
Hunter Lab88.2145-47.498220.3973
CIE-Lab90.6968-48.826418.6123

#7efcbf color RGB value is (126,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 10111111
Octal 176 374 277
Decimal 126 252 191
Hex 7E FC BF

RGB Percentages of Color #7efcbf

%22.14
%44.29
%33.57

CMYK Percentages of Color #7efcbf

%50
%0
%24
%1

Triadic Colors of #7efcbf

#7efcbf #bf7efc #fcbf7e

Analogous Colors of #7efcbf

#7efcbf #7efafc #7efc80

Monochromatic Colors of #7efcbf

#7efcbf

Complementary Color

#7efcbf #fc7ebb

#7efcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcbf Color CSS Codes

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

#7efcbf Text Font Color

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

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


#7efcbf Background Color

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

This div background color is #7efcbf


#7efcbf Border Color

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

This div border color is #7efcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.