Color Hex Logo

#73efad Color Hex

#73EFAD
(115,239,173)
0 Favorites   0 Comments

Color spaces of #73efad

RGB 115239173
HSL0.410.790.69
HSV148°52°94°
CMYK 0.520.000.28   0.06
XYZ45.479668.395050.3397
Yxy68.39500.27700.4165
Hunter Lab82.7013-46.565421.8015
CIE-Lab86.2036-49.455221.5642

#73efad color RGB value is (115,239,173).

#73efad hex color red value is 115, green value is 239 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #73efad hue: 0.41 , saturation: 0.79 and the lightness value of 73efad is 0.69.

The process color (four color CMYK) of #73efad color hex is 0.52, 0.00, 0.28, 0.06. Web safe color of #73efad is #66ff99. Color #73efad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101111 10101101
Octal 163 357 255
Decimal 115 239 173
Hex 73 EF AD

RGB Percentages of Color #73efad

%21.82
%45.35
%32.83

CMYK Percentages of Color #73efad

%52
%0
%28
%6

Triadic Colors of #73efad

#73efad #ad73ef #efad73

Analogous Colors of #73efad

#73efad #73efeb #77ef73

Monochromatic Colors of #73efad

#73efad

Complementary Color

#73efad #ef73b5

#73efad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73efad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73efad Color CSS Codes

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

#73efad Text Font Color

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

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


#73efad Background Color

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

This div background color is #73efad


#73efad Border Color

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

This div border color is #73efad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73efad


Comments

No comments written yet.

Please login to write comment.