Color Hex Logo

#73addd Color Hex

#73ADDD
(115,173,221)
0 Favorites   0 Comments

Color spaces of #73addd

RGB 115173221
HSL0.580.610.66
HSV207°48°87°
CMYK 0.480.220.00   0.13
XYZ35.064938.752474.0385
Yxy38.75240.23720.2621
Hunter Lab62.2514-8.3948-26.9403
CIE-Lab68.5715-5.9288-30.0587

#73addd color RGB value is (115,173,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 11011101
Octal 163 255 335
Decimal 115 173 221
Hex 73 AD DD

RGB Percentages of Color #73addd

%22.59
%33.99
%43.42

CMYK Percentages of Color #73addd

%48
%22
%0
%13

Triadic Colors of #73addd

#73addd #dd73ad #addd73

Analogous Colors of #73addd

#73addd #7378dd #73ddd8

Monochromatic Colors of #73addd

#73addd

Complementary Color

#73addd #dda373

#73addd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73addd Color Preview on White Background

Lorem ipsum dolor sit amet.

#73addd Color CSS Codes

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

#73addd Text Font Color

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

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


#73addd Background Color

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

This div background color is #73addd


#73addd Border Color

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

This div border color is #73addd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73addd


Comments

No comments written yet.

Please login to write comment.