Color Hex Logo

#73ffad Color Hex

#73FFAD
(115,255,173)
0 Favorites   0 Comments

Color spaces of #73ffad

RGB 115255173
HSL0.401.000.73
HSV145°55°100°
CMYK 0.550.000.32   0.00
XYZ50.373178.182051.9709
Yxy78.18200.27900.4331
Hunter Lab88.4206-53.044827.0456
CIE-Lab90.8629-55.987127.9448

#73ffad color RGB value is (115,255,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111111 10101101
Octal 163 377 255
Decimal 115 255 173
Hex 73 FF AD

RGB Percentages of Color #73ffad

%21.18
%46.96
%31.86

CMYK Percentages of Color #73ffad

%55
%0
%32
%0

Triadic Colors of #73ffad

#73ffad #ad73ff #ffad73

Analogous Colors of #73ffad

#73ffad #73fff3 #7fff73

Monochromatic Colors of #73ffad

#73ffad

Complementary Color

#73ffad #ff73c5

#73ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73ffad Color CSS Codes

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

#73ffad Text Font Color

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

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


#73ffad Background Color

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

This div background color is #73ffad


#73ffad Border Color

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

This div border color is #73ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73ffad

#73ffad Color Palettes


Comments

No comments written yet.

Please login to write comment.