Color Hex Logo

#73abaf Color Hex

#73ABAF
(115,171,175)
0 Favorites   0 Comments

Color spaces of #73abaf

RGB 115171175
HSL0.510.270.57
HSV184°34°69°
CMYK 0.340.020.00   0.31
XYZ29.371035.865845.9322
Yxy35.86580.26420.3226
Hunter Lab59.8881-17.2621-3.5519
CIE-Lab66.4173-17.2104-7.8982

#73abaf color RGB value is (115,171,175).

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

The process color (four color CMYK) of #73abaf color hex is 0.34, 0.02, 0.00, 0.31. Web safe color of #73abaf is #669999. Color #73abaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10101111
Octal 163 253 257
Decimal 115 171 175
Hex 73 AB AF

RGB Percentages of Color #73abaf

%24.95
%37.09
%37.96

CMYK Percentages of Color #73abaf

%34
%2
%0
%31

Triadic Colors of #73abaf

#73abaf #af73ab #abaf73

Analogous Colors of #73abaf

#73abaf #738daf #73af95

Monochromatic Colors of #73abaf

#73abaf

Complementary Color

#73abaf #af7773

#73abaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abaf Color CSS Codes

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

#73abaf Text Font Color

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

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


#73abaf Background Color

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

This div background color is #73abaf


#73abaf Border Color

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

This div border color is #73abaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abaf


Comments

No comments written yet.

Please login to write comment.