Color Hex Logo

#77ffae Color Hex

#77FFAE
(119,255,174)
0 Favorites   0 Comments

Color spaces of #77ffae

RGB 119255174
HSL0.401.000.73
HSV144°53°100°
CMYK 0.530.000.32   0.00
XYZ51.007778.497952.5076
Yxy78.49790.28020.4313
Hunter Lab88.5990-52.283426.8815
CIE-Lab91.0066-54.914627.6564

#77ffae color RGB value is (119,255,174).

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

The process color (four color CMYK) of #77ffae color hex is 0.53, 0.00, 0.32, 0.00. Web safe color of #77ffae is #66ff99. Color #77ffae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11111111 10101110
Octal 167 377 256
Decimal 119 255 174
Hex 77 FF AE

RGB Percentages of Color #77ffae

%21.72
%46.53
%31.75

CMYK Percentages of Color #77ffae

%53
%0
%32
%0

Triadic Colors of #77ffae

#77ffae #ae77ff #ffae77

Analogous Colors of #77ffae

#77ffae #77fff2 #84ff77

Monochromatic Colors of #77ffae

#77ffae

Complementary Color

#77ffae #ff77c8

#77ffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77ffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#77ffae Color CSS Codes

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

#77ffae Text Font Color

<p style="color:#77ffae">Text here</p>

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


#77ffae Background Color

<div style="background-color:#77ffae">
Div content here</div>

This div background color is #77ffae


#77ffae Border Color

<div style="border:3px solid #77ffae">
Div here</div>

This div border color is #77ffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77ffae

Related Colors


Comments

No comments written yet.

Please login to write comment.