Color Hex Logo

#73aadd Color Hex

#73AADD
(115,170,221)
0 Favorites   0 Comments

Color spaces of #73aadd

RGB 115170221
HSL0.580.610.66
HSV209°48°87°
CMYK 0.480.230.00   0.13
XYZ34.496137.614773.8488
Yxy37.61470.23630.2577
Hunter Lab61.3308-6.9299-28.4599
CIE-Lab67.7357-4.2755-31.3495

#73aadd color RGB value is (115,170,221).

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

The process color (four color CMYK) of #73aadd color hex is 0.48, 0.23, 0.00, 0.13. Web safe color of #73aadd is #6699cc. Color #73aadd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 11011101
Octal 163 252 335
Decimal 115 170 221
Hex 73 AA DD

RGB Percentages of Color #73aadd

%22.73
%33.60
%43.68

CMYK Percentages of Color #73aadd

%48
%23
%0
%13

Triadic Colors of #73aadd

#73aadd #dd73aa #aadd73

Analogous Colors of #73aadd

#73aadd #7375dd #73dddb

Monochromatic Colors of #73aadd

#73aadd

Complementary Color

#73aadd #dda673

#73aadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aadd Color CSS Codes

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

#73aadd Text Font Color

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

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


#73aadd Background Color

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

This div background color is #73aadd


#73aadd Border Color

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

This div border color is #73aadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aadd


Comments

No comments written yet.

Please login to write comment.