Color Hex Logo

#7efbec Color Hex

#7EFBEC
(126,251,236)
0 Favorites   0 Comments

Color spaces of #7efbec

RGB 126251236
HSL0.480.940.74
HSV173°50°98°
CMYK 0.500.000.06   0.02
XYZ58.241779.486191.6296
Yxy79.48610.25390.3466
Hunter Lab89.1550-39.41371.4728
CIE-Lab91.4538-38.4763-3.5580

#7efbec color RGB value is (126,251,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11101100
Octal 176 373 354
Decimal 126 251 236
Hex 7E FB EC

RGB Percentages of Color #7efbec

%20.55
%40.95
%38.50

CMYK Percentages of Color #7efbec

%50
%0
%6
%2

Triadic Colors of #7efbec

#7efbec #ec7efb #fbec7e

Analogous Colors of #7efbec

#7efbec #7eccfb #7efbae

Monochromatic Colors of #7efbec

#7efbec

Complementary Color

#7efbec #fb7e8d

#7efbec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbec Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbec Color CSS Codes

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

#7efbec Text Font Color

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

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


#7efbec Background Color

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

This div background color is #7efbec


#7efbec Border Color

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

This div border color is #7efbec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbec


Comments

No comments written yet.

Please login to write comment.