Color Hex Logo

#73efaf Color Hex

#73EFAF
(115,239,175)
0 Favorites   0 Comments

Color spaces of #73efaf

RGB 115239175
HSL0.410.790.69
HSV149°52°94°
CMYK 0.520.000.27   0.06
XYZ45.674668.473051.3667
Yxy68.47300.27600.4137
Hunter Lab82.7484-46.283221.1192
CIE-Lab86.2424-49.064520.5865

#73efaf color RGB value is (115,239,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101111 10101111
Octal 163 357 257
Decimal 115 239 175
Hex 73 EF AF

RGB Percentages of Color #73efaf

%21.74
%45.18
%33.08

CMYK Percentages of Color #73efaf

%52
%0
%27
%6

Triadic Colors of #73efaf

#73efaf #af73ef #efaf73

Analogous Colors of #73efaf

#73efaf #73efed #75ef73

Monochromatic Colors of #73efaf

#73efaf

Complementary Color

#73efaf #ef73b3

#73efaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73efaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73efaf Color CSS Codes

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

#73efaf Text Font Color

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

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


#73efaf Background Color

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

This div background color is #73efaf


#73efaf Border Color

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

This div border color is #73efaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73efaf


Comments

No comments written yet.

Please login to write comment.