Color Hex Logo

#7eefaf Color Hex

#7EEFAF
(126,239,175)
0 Favorites   0 Comments

Color spaces of #7eefaf

RGB 126239175
HSL0.410.780.72
HSV146°47°94°
CMYK 0.470.000.27   0.06
XYZ47.208569.263851.4385
Yxy69.26380.28120.4125
Hunter Lab83.2249-44.391121.6123
CIE-Lab86.6345-46.418621.1900

#7eefaf color RGB value is (126,239,175).

#7eefaf hex color red value is 126, green value is 239 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7eefaf hue: 0.41 , saturation: 0.78 and the lightness value of 7eefaf is 0.72.

The process color (four color CMYK) of #7eefaf color hex is 0.47, 0.00, 0.27, 0.06. Web safe color of #7eefaf is #66ff99. Color #7eefaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101111 10101111
Octal 176 357 257
Decimal 126 239 175
Hex 7E EF AF

RGB Percentages of Color #7eefaf

%23.33
%44.26
%32.41

CMYK Percentages of Color #7eefaf

%47
%0
%27
%6

Triadic Colors of #7eefaf

#7eefaf #af7eef #efaf7e

Analogous Colors of #7eefaf

#7eefaf #7eefe8 #86ef7e

Monochromatic Colors of #7eefaf

#7eefaf

Complementary Color

#7eefaf #ef7ebe

#7eefaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eefaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eefaf Color CSS Codes

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

#7eefaf Text Font Color

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

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


#7eefaf Background Color

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

This div background color is #7eefaf


#7eefaf Border Color

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

This div border color is #7eefaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eefaf


Comments

No comments written yet.

Please login to write comment.