Color Hex Logo

#73afad Color Hex

#73AFAD
(115,175,173)
0 Favorites   0 Comments

Color spaces of #73afad

RGB 115175173
HSL0.490.270.57
HSV178°34°69°
CMYK 0.340.000.01   0.31
XYZ29.943037.321945.1608
Yxy37.32190.26630.3320
Hunter Lab61.0917-19.4218-1.0648
CIE-Lab67.5178-19.7740-5.1562

#73afad color RGB value is (115,175,173).

#73afad hex color red value is 115, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #73afad hue: 0.49 , saturation: 0.27 and the lightness value of 73afad is 0.57.

The process color (four color CMYK) of #73afad color hex is 0.34, 0.00, 0.01, 0.31. Web safe color of #73afad is #669999. Color #73afad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101111 10101101
Octal 163 257 255
Decimal 115 175 173
Hex 73 AF AD

RGB Percentages of Color #73afad

%24.84
%37.80
%37.37

CMYK Percentages of Color #73afad

%34
%0
%1
%31

Triadic Colors of #73afad

#73afad #ad73af #afad73

Analogous Colors of #73afad

#73afad #7393af #73af8f

Monochromatic Colors of #73afad

#73afad

Complementary Color

#73afad #af7375

#73afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73afad Color CSS Codes

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

#73afad Text Font Color

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

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


#73afad Background Color

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

This div background color is #73afad


#73afad Border Color

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

This div border color is #73afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73afad


Comments

No comments written yet.

Please login to write comment.