Color Hex Logo

#73adfc Color Hex

#73ADFC
(115,173,252)
0 Favorites   0 Comments

Color spaces of #73adfc

RGB 115173252
HSL0.600.960.72
HSV215°54°99°
CMYK 0.540.310.00   0.01
XYZ39.584540.560397.8380
Yxy40.56030.22240.2279
Hunter Lab63.6870-0.5059-46.5024
CIE-Lab69.86683.2772-44.9488

#73adfc color RGB value is (115,173,252).

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

The process color (four color CMYK) of #73adfc color hex is 0.54, 0.31, 0.00, 0.01. Web safe color of #73adfc is #6699ff. Color #73adfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10101101 11111100
Octal 163 255 374
Decimal 115 173 252
Hex 73 AD FC

RGB Percentages of Color #73adfc

%21.30
%32.04
%46.67

CMYK Percentages of Color #73adfc

%54
%31
%0
%1

Triadic Colors of #73adfc

#73adfc #fc73ad #adfc73

Analogous Colors of #73adfc

#73adfc #7e73fc #73f2fc

Monochromatic Colors of #73adfc

#73adfc

Complementary Color

#73adfc #fcc273

#73adfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73adfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#73adfc Color CSS Codes

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

#73adfc Text Font Color

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

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


#73adfc Background Color

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

This div background color is #73adfc


#73adfc Border Color

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

This div border color is #73adfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73adfc

Related Colors


Comments

No comments written yet.

Please login to write comment.