Color Hex Logo

#7efebf Color Hex

#7EFEBF
(126,254,191)
0 Favorites   0 Comments

Color spaces of #7efebf

RGB 126254191
HSL0.420.980.75
HSV150°50°100°
CMYK 0.500.000.25   0.00
XYZ53.450079.080861.7372
Yxy79.08080.27510.4071
Hunter Lab88.9274-48.335121.0875
CIE-Lab91.2708-49.669319.4138

#7efebf color RGB value is (126,254,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 10111111
Octal 176 376 277
Decimal 126 254 191
Hex 7E FE BF

RGB Percentages of Color #7efebf

%22.07
%44.48
%33.45

CMYK Percentages of Color #7efebf

%50
%0
%25
%0

Triadic Colors of #7efebf

#7efebf #bf7efe #febf7e

Analogous Colors of #7efebf

#7efebf #7efdfe #7efe7f

Monochromatic Colors of #7efebf

#7efebf

Complementary Color

#7efebf #fe7ebd

#7efebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efebf Color CSS Codes

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

#7efebf Text Font Color

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

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


#7efebf Background Color

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

This div background color is #7efebf


#7efebf Border Color

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

This div border color is #7efebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efebf


Comments

No comments written yet.

Please login to write comment.