Color Hex Logo

#73feae Color Hex

#73FEAE
(115,254,174)
0 Favorites   0 Comments

Color spaces of #73feae

RGB 115254174
HSL0.400.990.72
HSV145°55°100°
CMYK 0.550.000.31   0.00
XYZ50.152077.584552.3764
Yxy77.58450.27840.4308
Hunter Lab88.0821-52.509626.4017
CIE-Lab90.5900-55.403627.0688

#73feae color RGB value is (115,254,174).

#73feae hex color red value is 115, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #73feae hue: 0.40 , saturation: 0.99 and the lightness value of 73feae is 0.72.

The process color (four color CMYK) of #73feae color hex is 0.55, 0.00, 0.31, 0.00. Web safe color of #73feae is #66ff99. Color #73feae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111110 10101110
Octal 163 376 256
Decimal 115 254 174
Hex 73 FE AE

RGB Percentages of Color #73feae

%21.18
%46.78
%32.04

CMYK Percentages of Color #73feae

%55
%0
%31
%0

Triadic Colors of #73feae

#73feae #ae73fe #feae73

Analogous Colors of #73feae

#73feae #73fef4 #7efe73

Monochromatic Colors of #73feae

#73feae

Complementary Color

#73feae #fe73c3

#73feae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73feae Color Preview on White Background

Lorem ipsum dolor sit amet.

#73feae Color CSS Codes

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

#73feae Text Font Color

<p style="color:#73feae">Text here</p>

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


#73feae Background Color

<div style="background-color:#73feae">
Div content here</div>

This div background color is #73feae


#73feae Border Color

<div style="border:3px solid #73feae">
Div here</div>

This div border color is #73feae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(115,254,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #73feae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #73feae;
  -webkit-box-shadow: 1px 1px 3px 2px #73feae;
  box-shadow:         1px 1px 3px 2px #73feae; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73feae


Comments

No comments written yet.

Please login to write comment.