Color Hex Logo

#7efbe7 Color Hex

#7EFBE7
(126,251,231)
0 Favorites   0 Comments

Color spaces of #7efbe7

RGB 126251231
HSL0.470.940.74
HSV170°50°98°
CMYK 0.500.000.08   0.02
XYZ57.525279.199587.8564
Yxy79.19950.25610.3527
Hunter Lab88.9941-40.35853.7638
CIE-Lab91.3245-39.6677-1.1527

#7efbe7 color RGB value is (126,251,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111011 11100111
Octal 176 373 347
Decimal 126 251 231
Hex 7E FB E7

RGB Percentages of Color #7efbe7

%20.72
%41.28
%37.99

CMYK Percentages of Color #7efbe7

%50
%0
%8
%2

Triadic Colors of #7efbe7

#7efbe7 #e77efb #fbe77e

Analogous Colors of #7efbe7

#7efbe7 #7ed1fb #7efba9

Monochromatic Colors of #7efbe7

#7efbe7

Complementary Color

#7efbe7 #fb7e92

#7efbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efbe7 Color CSS Codes

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

#7efbe7 Text Font Color

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

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


#7efbe7 Background Color

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

This div background color is #7efbe7


#7efbe7 Border Color

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

This div border color is #7efbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efbe7


Comments

No comments written yet.

Please login to write comment.