Color Hex Logo

#73abad Color Hex

#73ABAD
(115,171,173)
0 Favorites   0 Comments

Color spaces of #73abad

RGB 115171173
HSL0.510.260.56
HSV182°34°68°
CMYK 0.340.010.00   0.32
XYZ29.176035.787844.9052
Yxy35.78780.26560.3257
Hunter Lab59.8229-17.6345-2.6291
CIE-Lab66.3575-17.7025-6.8749

#73abad color RGB value is (115,171,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101011 10101101
Octal 163 253 255
Decimal 115 171 173
Hex 73 AB AD

RGB Percentages of Color #73abad

%25.05
%37.25
%37.69

CMYK Percentages of Color #73abad

%34
%1
%0
%32

Triadic Colors of #73abad

#73abad #ad73ab #abad73

Analogous Colors of #73abad

#73abad #738ead #73ad92

Monochromatic Colors of #73abad

#73abad

Complementary Color

#73abad #ad7573

#73abad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73abad Color Preview on White Background

Lorem ipsum dolor sit amet.

#73abad Color CSS Codes

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

#73abad Text Font Color

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

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


#73abad Background Color

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

This div background color is #73abad


#73abad Border Color

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

This div border color is #73abad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73abad


Comments

No comments written yet.

Please login to write comment.