Color Hex Logo

#73acac Color Hex

#73ACAC
(115,172,172)
0 Favorites   0 Comments

Color spaces of #73acac

RGB 115172172
HSL0.500.260.56
HSV180°33°67°
CMYK 0.330.000.00   0.33
XYZ29.269136.128444.4606
Yxy36.12840.26640.3289
Hunter Lab60.1069-18.2664-1.7815
CIE-Lab66.6179-18.4667-5.9329

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 10101100
Octal 163 254 254
Decimal 115 172 172
Hex 73 AC AC

RGB Percentages of Color #73acac

%25.05
%37.47
%37.47

CMYK Percentages of Color #73acac

%33
%0
%0
%33

Triadic Colors of #73acac

#73acac #ac73ac #acac73

Analogous Colors of #73acac

#73acac #7390ac #73ac90

Monochromatic Colors of #73acac

#73acac

Complementary Color

#73acac #ac7373

#73acac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acac Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acac Color CSS Codes

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

#73acac Text Font Color

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

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


#73acac Background Color

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

This div background color is #73acac


#73acac Border Color

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

This div border color is #73acac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acac


Comments

No comments written yet.

Please login to write comment.