Color Hex Logo

#73fdad Color Hex

#73FDAD
(115,253,173)
0 Favorites   0 Comments

Color spaces of #73fdad

RGB 115253173
HSL0.400.970.72
HSV145°55°99°
CMYK 0.550.000.32   0.01
XYZ49.738376.912551.7593
Yxy76.91250.27880.4311
Hunter Lab87.6998-52.239626.3976
CIE-Lab90.2813-55.187327.1545

#73fdad color RGB value is (115,253,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111101 10101101
Octal 163 375 255
Decimal 115 253 173
Hex 73 FD AD

RGB Percentages of Color #73fdad

%21.26
%46.77
%31.98

CMYK Percentages of Color #73fdad

%55
%0
%32
%1

Triadic Colors of #73fdad

#73fdad #ad73fd #fdad73

Analogous Colors of #73fdad

#73fdad #73fdf2 #7efd73

Monochromatic Colors of #73fdad

#73fdad

Complementary Color

#73fdad #fd73c3

#73fdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73fdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73fdad Color CSS Codes

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

#73fdad Text Font Color

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

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


#73fdad Background Color

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

This div background color is #73fdad


#73fdad Border Color

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

This div border color is #73fdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73fdad

Related Colors


Comments

No comments written yet.

Please login to write comment.