Color Hex Logo

#73acad Color Hex

#73ACAD
(115,172,173)
0 Favorites   0 Comments

Color spaces of #73acad

RGB 115172173
HSL0.500.260.56
HSV181°34°68°
CMYK 0.340.010.00   0.32
XYZ29.365636.167044.9684
Yxy36.16700.26570.3273
Hunter Lab60.1390-18.0825-2.2363
CIE-Lab66.6473-18.2228-6.4450

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101100 10101101
Octal 163 254 255
Decimal 115 172 173
Hex 73 AC AD

RGB Percentages of Color #73acad

%25.00
%37.39
%37.61

CMYK Percentages of Color #73acad

%34
%1
%0
%32

Triadic Colors of #73acad

#73acad #ad73ac #acad73

Analogous Colors of #73acad

#73acad #738fad #73ad91

Monochromatic Colors of #73acad

#73acad

Complementary Color

#73acad #ad7473

#73acad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73acad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73acad Color CSS Codes

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

#73acad Text Font Color

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

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


#73acad Background Color

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

This div background color is #73acad


#73acad Border Color

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

This div border color is #73acad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73acad


Comments

No comments written yet.

Please login to write comment.