Color Hex Logo

#73abaa Color Hex

#73ABAA
(115,171,170)
0 Favorites   0 Comments

Color spaces of #73abaa

RGB 115171170
HSL0.500.250.56
HSV179°33°67°
CMYK 0.330.000.01   0.33
XYZ28.888835.672943.3932
Yxy35.67290.26760.3304
Hunter Lab59.7268-18.1846-1.2671
CIE-Lab66.2692-18.4325-5.3371

#73abaa color RGB value is (115,171,170).

#73abaa hex color red value is 115, green value is 171 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #73abaa hue: 0.50 , saturation: 0.25 and the lightness value of 73abaa is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10101010
Octal 163 253 252
Decimal 115 171 170
Hex 73 AB AA

RGB Percentages of Color #73abaa

%25.22
%37.50
%37.28

CMYK Percentages of Color #73abaa

%33
%0
%1
%33

Triadic Colors of #73abaa

#73abaa #aa73ab #abaa73

Analogous Colors of #73abaa

#73abaa #7390ab #73ab8e

Monochromatic Colors of #73abaa

#73abaa

Complementary Color

#73abaa #ab7374

#73abaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abaa Color CSS Codes

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

#73abaa Text Font Color

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

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


#73abaa Background Color

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

This div background color is #73abaa


#73abaa Border Color

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

This div border color is #73abaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(115,171,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #73abaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abaa


Comments

No comments written yet.

Please login to write comment.