Color Hex Logo

#7efeba Color Hex

#7EFEBA
(126,254,186)
0 Favorites   0 Comments

Color spaces of #7efeba

RGB 126254186
HSL0.410.980.75
HSV148°50°100°
CMYK 0.500.000.27   0.00
XYZ52.908978.864458.8881
Yxy78.86440.27750.4136
Hunter Lab88.8056-49.062622.8480
CIE-Lab91.1729-50.644521.8316

#7efeba color RGB value is (126,254,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 10111010
Octal 176 376 272
Decimal 126 254 186
Hex 7E FE BA

RGB Percentages of Color #7efeba

%22.26
%44.88
%32.86

CMYK Percentages of Color #7efeba

%50
%0
%27
%0

Triadic Colors of #7efeba

#7efeba #ba7efe #feba7e

Analogous Colors of #7efeba

#7efeba #7efefa #82fe7e

Monochromatic Colors of #7efeba

#7efeba

Complementary Color

#7efeba #fe7ec2

#7efeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efeba Color CSS Codes

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

#7efeba Text Font Color

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

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


#7efeba Background Color

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

This div background color is #7efeba


#7efeba Border Color

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

This div border color is #7efeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efeba


Comments

No comments written yet.

Please login to write comment.