Color Hex Logo

#73adfe Color Hex

#73ADFE
(115,173,254)
0 Favorites   0 Comments

Color spaces of #73adfe

RGB 115173254
HSL0.600.990.72
HSV215°55°100°
CMYK 0.550.320.00   0.00
XYZ39.903240.687799.5163
Yxy40.68770.22160.2259
Hunter Lab63.78690.0372-47.8497
CIE-Lab69.95663.8895-45.8912

#73adfe color RGB value is (115,173,254).

#73adfe hex color red value is 115, green value is 173 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #73adfe hue: 0.60 , saturation: 0.99 and the lightness value of 73adfe is 0.72.

The process color (four color CMYK) of #73adfe color hex is 0.55, 0.32, 0.00, 0.00. Web safe color of #73adfe is #6699ff. Color #73adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 11111110
Octal 163 255 376
Decimal 115 173 254
Hex 73 AD FE

RGB Percentages of Color #73adfe

%21.22
%31.92
%46.86

CMYK Percentages of Color #73adfe

%55
%32
%0
%0

Triadic Colors of #73adfe

#73adfe #fe73ad #adfe73

Analogous Colors of #73adfe

#73adfe #7f73fe #73f3fe

Monochromatic Colors of #73adfe

#73adfe

Complementary Color

#73adfe #fec473

#73adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#73adfe Color CSS Codes

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

#73adfe Text Font Color

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

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


#73adfe Background Color

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

This div background color is #73adfe


#73adfe Border Color

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

This div border color is #73adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73adfe

Related Colors


Comments

No comments written yet.

Please login to write comment.