Color Hex Logo

#73feaa Color Hex

#73FEAA
(115,254,170)
0 Favorites   0 Comments

Color spaces of #73feaa

RGB 115254170
HSL0.400.990.72
HSV144°55°100°
CMYK 0.550.000.33   0.00
XYZ49.767777.430750.3528
Yxy77.43070.28030.4361
Hunter Lab87.9947-53.035427.6691
CIE-Lab90.5195-56.134528.9920

#73feaa color RGB value is (115,254,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111110 10101010
Octal 163 376 252
Decimal 115 254 170
Hex 73 FE AA

RGB Percentages of Color #73feaa

%21.34
%47.12
%31.54

CMYK Percentages of Color #73feaa

%55
%0
%33
%0

Triadic Colors of #73feaa

#73feaa #aa73fe #feaa73

Analogous Colors of #73feaa

#73feaa #73fef0 #82fe73

Monochromatic Colors of #73feaa

#73feaa

Complementary Color

#73feaa #fe73c7

#73feaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73feaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73feaa Color CSS Codes

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

#73feaa Text Font Color

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

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


#73feaa Background Color

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

This div background color is #73feaa


#73feaa Border Color

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

This div border color is #73feaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73feaa


Comments

No comments written yet.

Please login to write comment.