Color Hex Logo

#7effaa Color Hex

#7EFFAA
(126,255,170)
0 Favorites   0 Comments

Color spaces of #7effaa

RGB 126255170
HSL0.391.000.75
HSV140°51°100°
CMYK 0.510.000.33   0.00
XYZ51.619978.857950.5307
Yxy78.85790.28520.4357
Hunter Lab88.8020-51.642828.4238
CIE-Lab91.1700-53.999529.9315

#7effaa color RGB value is (126,255,170).

#7effaa hex color red value is 126, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7effaa hue: 0.39 , saturation: 1.00 and the lightness value of 7effaa is 0.75.

The process color (four color CMYK) of #7effaa color hex is 0.51, 0.00, 0.33, 0.00. Web safe color of #7effaa is #66ff99. Color #7effaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 10101010
Octal 176 377 252
Decimal 126 255 170
Hex 7E FF AA

RGB Percentages of Color #7effaa

%22.87
%46.28
%30.85

CMYK Percentages of Color #7effaa

%51
%0
%33
%0

Triadic Colors of #7effaa

#7effaa #aa7eff #ffaa7e

Analogous Colors of #7effaa

#7effaa #7effeb #93ff7e

Monochromatic Colors of #7effaa

#7effaa

Complementary Color

#7effaa #ff7ed3

#7effaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effaa Color CSS Codes

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

#7effaa Text Font Color

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

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


#7effaa Background Color

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

This div background color is #7effaa


#7effaa Border Color

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

This div border color is #7effaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effaa

#7effaa Color Palettes


Comments

No comments written yet.

Please login to write comment.