Color Hex Logo

#73faff Color Hex

#73FAFF
(115,250,255)
0 Favorites   0 Comments

Color spaces of #73faff

RGB 115250255
HSL0.511.000.73
HSV182°55°100°
CMYK 0.550.020.00   0.00
XYZ59.305879.2361106.7761
Yxy79.23610.24180.3230
Hunter Lab89.0147-36.8505-8.8101
CIE-Lab91.3410-35.4194-13.6309

#73faff color RGB value is (115,250,255).

#73faff hex color red value is 115, green value is 250 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #73faff hue: 0.51 , saturation: 1.00 and the lightness value of 73faff is 0.73.

The process color (four color CMYK) of #73faff color hex is 0.55, 0.02, 0.00, 0.00. Web safe color of #73faff is #66ffff. Color #73faff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11111010 11111111
Octal 163 372 377
Decimal 115 250 255
Hex 73 FA FF

RGB Percentages of Color #73faff

%18.55
%40.32
%41.13

CMYK Percentages of Color #73faff

%55
%2
%0
%0

Triadic Colors of #73faff

#73faff #ff73fa #faff73

Analogous Colors of #73faff

#73faff #73b4ff #73ffbe

Monochromatic Colors of #73faff

#73faff

Complementary Color

#73faff #ff7873

#73faff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73faff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73faff Color CSS Codes

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

#73faff Text Font Color

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

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


#73faff Background Color

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

This div background color is #73faff


#73faff Border Color

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

This div border color is #73faff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73faff

Related Colors

#73faff Color Palettes


Comments

No comments written yet.

Please login to write comment.