Color Hex Logo

#73adba Color Hex

#73ADBA
(115,173,186)
0 Favorites   0 Comments

Color spaces of #73adba

RGB 115173186
HSL0.530.340.59
HSV191°38°73°
CMYK 0.380.070.00   0.27
XYZ30.876737.077151.9836
Yxy37.07710.25740.3091
Hunter Lab60.8910-16.0451-7.9932
CIE-Lab67.3348-15.4850-12.6336

#73adba color RGB value is (115,173,186).

#73adba hex color red value is 115, green value is 173 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #73adba hue: 0.53 , saturation: 0.34 and the lightness value of 73adba is 0.59.

The process color (four color CMYK) of #73adba color hex is 0.38, 0.07, 0.00, 0.27. Web safe color of #73adba is #6699cc. Color #73adba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 10111010
Octal 163 255 272
Decimal 115 173 186
Hex 73 AD BA

RGB Percentages of Color #73adba

%24.26
%36.50
%39.24

CMYK Percentages of Color #73adba

%38
%7
%0
%27

Triadic Colors of #73adba

#73adba #ba73ad #adba73

Analogous Colors of #73adba

#73adba #738aba #73baa4

Monochromatic Colors of #73adba

#73adba

Complementary Color

#73adba #ba8073

#73adba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73adba Color Preview on White Background

Lorem ipsum dolor sit amet.

#73adba Color CSS Codes

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

#73adba Text Font Color

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

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


#73adba Background Color

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

This div background color is #73adba


#73adba Border Color

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

This div border color is #73adba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73adba


Comments

No comments written yet.

Please login to write comment.