Color Hex Logo

#7efcba Color Hex

#7EFCBA
(126,252,186)
0 Favorites   0 Comments

Color spaces of #7efcba

RGB 126252186
HSL0.410.950.74
HSV149°50°99°
CMYK 0.500.000.26   0.01
XYZ52.277577.601658.6777
Yxy77.60160.27730.4116
Hunter Lab88.0918-48.230922.1713
CIE-Lab90.5978-49.808321.0343

#7efcba color RGB value is (126,252,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 10111010
Octal 176 374 272
Decimal 126 252 186
Hex 7E FC BA

RGB Percentages of Color #7efcba

%22.34
%44.68
%32.98

CMYK Percentages of Color #7efcba

%50
%0
%26
%1

Triadic Colors of #7efcba

#7efcba #ba7efc #fcba7e

Analogous Colors of #7efcba

#7efcba #7efcf9 #81fc7e

Monochromatic Colors of #7efcba

#7efcba

Complementary Color

#7efcba #fc7ec0

#7efcba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcba Color CSS Codes

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

#7efcba Text Font Color

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

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


#7efcba Background Color

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

This div background color is #7efcba


#7efcba Border Color

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

This div border color is #7efcba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcba

Related Colors


Comments

No comments written yet.

Please login to write comment.