Color Hex Logo

#73aadf Color Hex

#73AADF
(115,170,223)
0 Favorites   0 Comments

Color spaces of #73aadf

RGB 115170223
HSL0.580.630.66
HSV209°48°87°
CMYK 0.480.240.00   0.13
XYZ34.764237.722075.2608
Yxy37.72200.23530.2553
Hunter Lab61.4182-6.4466-29.6601
CIE-Lab67.8152-3.6968-32.3252

#73aadf color RGB value is (115,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101010 11011111
Octal 163 252 337
Decimal 115 170 223
Hex 73 AA DF

RGB Percentages of Color #73aadf

%22.64
%33.46
%43.90

CMYK Percentages of Color #73aadf

%48
%24
%0
%13

Triadic Colors of #73aadf

#73aadf #df73aa #aadf73

Analogous Colors of #73aadf

#73aadf #7374df #73dfde

Monochromatic Colors of #73aadf

#73aadf

Complementary Color

#73aadf #dfa873

#73aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#73aadf Color CSS Codes

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

#73aadf Text Font Color

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

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


#73aadf Background Color

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

This div background color is #73aadf


#73aadf Border Color

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

This div border color is #73aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73aadf


Comments

No comments written yet.

Please login to write comment.