color codes Logo

#73aadb color codes

#73AADB
(115,170,219)
0 Favorites   0 Comments

Color spaces of #73aadb

RGB 115170219
HSL0.580.590.65
HSV208°47°86°
CMYK 0.470.220.00   0.14
XYZ34.231137.508872.4536
Yxy37.50880.23740.2601
Hunter Lab61.2444-7.4095-27.2704
CIE-Lab67.6570-4.8521-30.3714

#73aadb color RGB value is (115,170,219).

#73aadb hex color red value is 115, green value is 170 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #73aadb hue: 0.58 , saturation: 0.59 and the lightness value of 73aadb is 0.65.

The process color (four color CMYK) of #73aadb color code is 0.47, 0.22, 0.00, 0.14. Web safe color of #73aadb is #6699cc. Color #73aadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 11011011
Octal 163 252 333
Decimal 115 170 219
Hex 73 AA DB

RGB Percentages of Color #73aadb

%22.82
%33.73
%43.45

CMYK Percentages of Color #73aadb

%47
%22
%0
%14

Triadic Colors of #73aadb

#73aadb #db73aa #aadb73

Analogous Colors of #73aadb

#73aadb #7376db #73dbd8

Monochromatic Colors of #73aadb

#73aadb

Complementary Color

#73aadb #dba473

#73aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aadb Color CSS Codes

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

#73aadb Text Font Color

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

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


#73aadb Background Color

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

This div background color is #73aadb


#73aadb Border Color

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

This div border color is #73aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aadb


Comments

No comments written yet.

Please login to write comment.