Color Hex Logo

#7fffae Color Hex

#7FFFAE
(127,255,174)
0 Favorites   0 Comments

Color spaces of #7fffae

RGB 127255174
HSL0.391.000.75
HSV142°50°100°
CMYK 0.500.000.32   0.00
XYZ52.152479.088052.5612
Yxy79.08800.28370.4303
Hunter Lab88.9314-50.951627.2098
CIE-Lab91.2741-53.050428.0642

#7fffae color RGB value is (127,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111111 11111111 10101110
Octal 177 377 256
Decimal 127 255 174
Hex 7F FF AE

RGB Percentages of Color #7fffae

%22.84
%45.86
%31.29

CMYK Percentages of Color #7fffae

%50
%0
%32
%0

Triadic Colors of #7fffae

#7fffae #ae7fff #ffae7f

Analogous Colors of #7fffae

#7fffae #7fffee #90ff7f

Monochromatic Colors of #7fffae

#7fffae

Complementary Color

#7fffae #ff7fd0

#7fffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7fffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7fffae Color CSS Codes

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

#7fffae Text Font Color

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

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


#7fffae Background Color

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

This div background color is #7fffae


#7fffae Border Color

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

This div border color is #7fffae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(127,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 #7fffae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7fffae

#7fffae Color Palettes


Comments

No comments written yet.

Please login to write comment.