Color Hex Logo

#7efcbb Color Hex

#7EFCBB
(126,252,187)
0 Favorites   0 Comments

Color spaces of #7efcbb

RGB 126252187
HSL0.410.950.74
HSV149°50°99°
CMYK 0.500.000.26   0.01
XYZ52.384277.644359.2396
Yxy77.64430.27680.4102
Hunter Lab88.1160-48.086321.8211
CIE-Lab90.6173-49.614020.5501

#7efcbb color RGB value is (126,252,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111100 10111011
Octal 176 374 273
Decimal 126 252 187
Hex 7E FC BB

RGB Percentages of Color #7efcbb

%22.30
%44.60
%33.10

CMYK Percentages of Color #7efcbb

%50
%0
%26
%1

Triadic Colors of #7efcbb

#7efcbb #bb7efc #fcbb7e

Analogous Colors of #7efcbb

#7efcbb #7efcfa #80fc7e

Monochromatic Colors of #7efcbb

#7efcbb

Complementary Color

#7efcbb #fc7ebf

#7efcbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efcbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efcbb Color CSS Codes

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

#7efcbb Text Font Color

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

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


#7efcbb Background Color

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

This div background color is #7efcbb


#7efcbb Border Color

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

This div border color is #7efcbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efcbb


Comments

No comments written yet.

Please login to write comment.