Color Hex Logo

#7efbb0 Color Hex

#7EFBB0
(126,251,176)
0 Favorites   0 Comments

Color spaces of #7efbb0

RGB 126251176
HSL0.400.940.74
HSV144°50°98°
CMYK 0.500.000.30   0.02
XYZ50.937876.564653.1680
Yxy76.56460.28190.4238
Hunter Lab87.5012-49.215425.2247
CIE-Lab90.1208-51.282225.4744

#7efbb0 color RGB value is (126,251,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 10110000
Octal 176 373 260
Decimal 126 251 176
Hex 7E FB B0

RGB Percentages of Color #7efbb0

%22.78
%45.39
%31.83

CMYK Percentages of Color #7efbb0

%50
%0
%30
%2

Triadic Colors of #7efbb0

#7efbb0 #b07efb #fbb07e

Analogous Colors of #7efbb0

#7efbb0 #7efbef #8bfb7e

Monochromatic Colors of #7efbb0

#7efbb0

Complementary Color

#7efbb0 #fb7ec9

#7efbb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbb0 Color CSS Codes

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

#7efbb0 Text Font Color

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

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


#7efbb0 Background Color

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

This div background color is #7efbb0


#7efbb0 Border Color

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

This div border color is #7efbb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbb0


Comments

No comments written yet.

Please login to write comment.