Color Hex Logo

#73faaa Color Hex

#73FAAA
(115,250,170)
0 Favorites   0 Comments

Color spaces of #73faaa

RGB 115250170
HSL0.400.930.72
HSV144°54°98°
CMYK 0.540.000.32   0.02
XYZ48.511574.918349.9341
Yxy74.91830.27980.4321
Hunter Lab86.5554-51.428426.3841
CIE-Lab89.3547-54.533627.4136

#73faaa color RGB value is (115,250,170).

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

The process color (four color CMYK) of #73faaa color hex is 0.54, 0.00, 0.32, 0.02. Web safe color of #73faaa is #66ff99. Color #73faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 10101010
Octal 163 372 252
Decimal 115 250 170
Hex 73 FA AA

RGB Percentages of Color #73faaa

%21.50
%46.73
%31.78

CMYK Percentages of Color #73faaa

%54
%0
%32
%2

Triadic Colors of #73faaa

#73faaa #aa73fa #faaa73

Analogous Colors of #73faaa

#73faaa #73faee #80fa73

Monochromatic Colors of #73faaa

#73faaa

Complementary Color

#73faaa #fa73c3

#73faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73faaa Color CSS Codes

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

#73faaa Text Font Color

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

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


#73faaa Background Color

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

This div background color is #73faaa


#73faaa Border Color

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

This div border color is #73faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73faaa


Comments

No comments written yet.

Please login to write comment.