Color Hex Logo

#7efbbb Color Hex

#7EFBBB
(126,251,187)
0 Favorites   0 Comments

Color spaces of #7efbbb

RGB 126251187
HSL0.410.940.74
HSV149°50°98°
CMYK 0.500.000.25   0.02
XYZ52.071077.017859.1352
Yxy77.01780.27660.4092
Hunter Lab87.7598-47.669221.4805
CIE-Lab90.3298-49.193320.1504

#7efbbb color RGB value is (126,251,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 10111011
Octal 176 373 273
Decimal 126 251 187
Hex 7E FB BB

RGB Percentages of Color #7efbbb

%22.34
%44.50
%33.16

CMYK Percentages of Color #7efbbb

%50
%0
%25
%2

Triadic Colors of #7efbbb

#7efbbb #bb7efb #fbbb7e

Analogous Colors of #7efbbb

#7efbbb #7efbfa #80fb7e

Monochromatic Colors of #7efbbb

#7efbbb

Complementary Color

#7efbbb #fb7ebe

#7efbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbbb Color CSS Codes

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

#7efbbb Text Font Color

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

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


#7efbbb Background Color

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

This div background color is #7efbbb


#7efbbb Border Color

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

This div border color is #7efbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbbb

Related Colors


Comments

No comments written yet.

Please login to write comment.