Color Hex Logo

#73fab2 Color Hex

#73FAB2
(115,250,178)
0 Favorites   0 Comments

Color spaces of #73fab2

RGB 115250178
HSL0.410.930.72
HSV148°54°98°
CMYK 0.540.000.29   0.02
XYZ49.291775.230454.0425
Yxy75.23040.27600.4213
Hunter Lab86.7355-50.345623.7728
CIE-Lab89.5008-53.032623.5466

#73fab2 color RGB value is (115,250,178).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 10110010
Octal 163 372 262
Decimal 115 250 178
Hex 73 FA B2

RGB Percentages of Color #73fab2

%21.18
%46.04
%32.78

CMYK Percentages of Color #73fab2

%54
%0
%29
%2

Triadic Colors of #73fab2

#73fab2 #b273fa #fab273

Analogous Colors of #73fab2

#73fab2 #73faf6 #78fa73

Monochromatic Colors of #73fab2

#73fab2

Complementary Color

#73fab2 #fa73bb

#73fab2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fab2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fab2 Color CSS Codes

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

#73fab2 Text Font Color

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

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


#73fab2 Background Color

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

This div background color is #73fab2


#73fab2 Border Color

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

This div border color is #73fab2


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,250,178, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73fab2">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fab2


Comments

No comments written yet.

Please login to write comment.