Color Hex Logo

#73fdaf Color Hex

#73FDAF
(115,253,175)
0 Favorites   0 Comments

Color spaces of #73fdaf

RGB 115253175
HSL0.410.970.72
HSV146°55°99°
CMYK 0.550.000.31   0.01
XYZ49.933476.990552.7863
Yxy76.99050.27790.4284
Hunter Lab87.7442-51.971825.7525
CIE-Lab90.3172-54.816026.1908

#73fdaf color RGB value is (115,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111101 10101111
Octal 163 375 257
Decimal 115 253 175
Hex 73 FD AF

RGB Percentages of Color #73fdaf

%21.18
%46.59
%32.23

CMYK Percentages of Color #73fdaf

%55
%0
%31
%1

Triadic Colors of #73fdaf

#73fdaf #af73fd #fdaf73

Analogous Colors of #73fdaf

#73fdaf #73fdf4 #7cfd73

Monochromatic Colors of #73fdaf

#73fdaf

Complementary Color

#73fdaf #fd73c1

#73fdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fdaf Color CSS Codes

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

#73fdaf Text Font Color

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

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


#73fdaf Background Color

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

This div background color is #73fdaf


#73fdaf Border Color

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

This div border color is #73fdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.