Color Hex Logo

#73abac Color Hex

#73ABAC
(115,171,172)
0 Favorites   0 Comments

Color spaces of #73abac

RGB 115171172
HSL0.500.260.56
HSV181°33°67°
CMYK 0.330.010.00   0.33
XYZ29.079535.749244.3974
Yxy35.74920.26620.3273
Hunter Lab59.7906-17.8192-2.1722
CIE-Lab66.3278-17.9471-6.3627

#73abac color RGB value is (115,171,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10101100
Octal 163 253 254
Decimal 115 171 172
Hex 73 AB AC

RGB Percentages of Color #73abac

%25.11
%37.34
%37.55

CMYK Percentages of Color #73abac

%33
%1
%0
%33

Triadic Colors of #73abac

#73abac #ac73ab #abac73

Analogous Colors of #73abac

#73abac #738fac #73ac91

Monochromatic Colors of #73abac

#73abac

Complementary Color

#73abac #ac7473

#73abac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abac Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abac Color CSS Codes

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

#73abac Text Font Color

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

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


#73abac Background Color

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

This div background color is #73abac


#73abac Border Color

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

This div border color is #73abac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abac


Comments

No comments written yet.

Please login to write comment.