Color Hex Logo

#73fbad Color Hex

#73FBAD
(115,251,173)
0 Favorites   0 Comments

Color spaces of #73fbad

RGB 115251173
HSL0.400.940.72
HSV146°54°98°
CMYK 0.540.000.31   0.02
XYZ49.110275.656351.5499
Yxy75.65630.27850.4291
Hunter Lab86.9806-51.433125.7477
CIE-Lab89.6995-54.382726.3622

#73fbad color RGB value is (115,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111011 10101101
Octal 163 373 255
Decimal 115 251 173
Hex 73 FB AD

RGB Percentages of Color #73fbad

%21.34
%46.57
%32.10

CMYK Percentages of Color #73fbad

%54
%0
%31
%2

Triadic Colors of #73fbad

#73fbad #ad73fb #fbad73

Analogous Colors of #73fbad

#73fbad #73fbf1 #7dfb73

Monochromatic Colors of #73fbad

#73fbad

Complementary Color

#73fbad #fb73c1

#73fbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fbad Color CSS Codes

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

#73fbad Text Font Color

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

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


#73fbad Background Color

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

This div background color is #73fbad


#73fbad Border Color

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

This div border color is #73fbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fbad


Comments

No comments written yet.

Please login to write comment.