Color Hex Logo

#73aaae Color Hex

#73AAAE
(115,170,174)
0 Favorites   0 Comments

Color spaces of #73aaae

RGB 115170174
HSL0.510.270.57
HSV184°34°68°
CMYK 0.340.020.00   0.32
XYZ29.084935.450345.3540
Yxy35.45030.26470.3226
Hunter Lab59.5402-16.9994-3.4853
CIE-Lab66.0978-16.9344-7.8170

#73aaae color RGB value is (115,170,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 10101110
Octal 163 252 256
Decimal 115 170 174
Hex 73 AA AE

RGB Percentages of Color #73aaae

%25.05
%37.04
%37.91

CMYK Percentages of Color #73aaae

%34
%2
%0
%32

Triadic Colors of #73aaae

#73aaae #ae73aa #aaae73

Analogous Colors of #73aaae

#73aaae #738dae #73ae95

Monochromatic Colors of #73aaae

#73aaae

Complementary Color

#73aaae #ae7773

#73aaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aaae Color CSS Codes

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

#73aaae Text Font Color

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

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


#73aaae Background Color

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

This div background color is #73aaae


#73aaae Border Color

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

This div border color is #73aaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aaae


Comments

No comments written yet.

Please login to write comment.