Color Hex Logo

#73edaf Color Hex

#73EDAF
(115,237,175)
0 Favorites   0 Comments

Color spaces of #73edaf

RGB 115237175
HSL0.420.770.69
HSV150°51°93°
CMYK 0.510.000.26   0.07
XYZ45.092367.308451.1726
Yxy67.30840.27570.4115
Hunter Lab82.0417-45.464620.4477
CIE-Lab85.6594-48.223119.7777

#73edaf color RGB value is (115,237,175).

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

The process color (four color CMYK) of #73edaf color hex is 0.51, 0.00, 0.26, 0.07. Web safe color of #73edaf is #66ff99. Color #73edaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11101101 10101111
Octal 163 355 257
Decimal 115 237 175
Hex 73 ED AF

RGB Percentages of Color #73edaf

%21.82
%44.97
%33.21

CMYK Percentages of Color #73edaf

%51
%0
%26
%7

Triadic Colors of #73edaf

#73edaf #af73ed #edaf73

Analogous Colors of #73edaf

#73edaf #73edec #74ed73

Monochromatic Colors of #73edaf

#73edaf

Complementary Color

#73edaf #ed73b1

#73edaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73edaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73edaf Color CSS Codes

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

#73edaf Text Font Color

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

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


#73edaf Background Color

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

This div background color is #73edaf


#73edaf Border Color

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

This div border color is #73edaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73edaf


Comments

No comments written yet.

Please login to write comment.