Color Hex Logo

#7efdba Color Hex

#7EFDBA
(126,253,186)
0 Favorites   0 Comments

Color spaces of #7efdba

RGB 126253186
HSL0.410.970.74
HSV148°50°99°
CMYK 0.500.000.26   0.01
XYZ52.592478.231358.7826
Yxy78.23130.27740.4126
Hunter Lab88.4485-48.646822.5100
CIE-Lab90.8853-50.226821.4332

#7efdba color RGB value is (126,253,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111101 10111010
Octal 176 375 272
Decimal 126 253 186
Hex 7E FD BA

RGB Percentages of Color #7efdba

%22.30
%44.78
%32.92

CMYK Percentages of Color #7efdba

%50
%0
%26
%1

Triadic Colors of #7efdba

#7efdba #ba7efd #fdba7e

Analogous Colors of #7efdba

#7efdba #7efdfa #82fd7e

Monochromatic Colors of #7efdba

#7efdba

Complementary Color

#7efdba #fd7ec1

#7efdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efdba Color CSS Codes

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

#7efdba Text Font Color

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

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


#7efdba Background Color

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

This div background color is #7efdba


#7efdba Border Color

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

This div border color is #7efdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efdba


Comments

No comments written yet.

Please login to write comment.