Color Hex Logo

#7effae Color Hex

#7EFFAE
(126,255,174)
0 Favorites   0 Comments

Color spaces of #7effae

RGB 126255174
HSL0.401.000.75
HSV142°51°100°
CMYK 0.510.000.32   0.00
XYZ52.004279.011652.5543
Yxy79.01160.28330.4304
Hunter Lab88.8885-51.123427.1674
CIE-Lab91.2395-53.289628.0115

#7effae color RGB value is (126,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111111 10101110
Octal 176 377 256
Decimal 126 255 174
Hex 7E FF AE

RGB Percentages of Color #7effae

%22.70
%45.95
%31.35

CMYK Percentages of Color #7effae

%51
%0
%32
%0

Triadic Colors of #7effae

#7effae #ae7eff #ffae7e

Analogous Colors of #7effae

#7effae #7effef #8fff7e

Monochromatic Colors of #7effae

#7effae

Complementary Color

#7effae #ff7ecf

#7effae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7effae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7effae Color CSS Codes

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

#7effae Text Font Color

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

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


#7effae Background Color

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

This div background color is #7effae


#7effae Border Color

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

This div border color is #7effae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7effae


Comments

No comments written yet.

Please login to write comment.