Color Hex Logo

#73beff Color Hex

#73BEFF
(115,190,255)
0 Favorites   0 Comments

Color spaces of #73beff

RGB 115190255
HSL0.581.000.73
HSV208°55°100°
CMYK 0.550.250.00   0.00
XYZ43.533747.6917101.5187
Yxy47.69170.22590.2474
Hunter Lab69.0592-8.3303-38.8163
CIE-Lab74.6301-5.2284-39.1266

#73beff color RGB value is (115,190,255).

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

The process color (four color CMYK) of #73beff color hex is 0.55, 0.25, 0.00, 0.00. Web safe color of #73beff is #66ccff. Color #73beff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 10111110 11111111
Octal 163 276 377
Decimal 115 190 255
Hex 73 BE FF

RGB Percentages of Color #73beff

%20.54
%33.93
%45.54

CMYK Percentages of Color #73beff

%55
%25
%0
%0

Triadic Colors of #73beff

#73beff #ff73be #beff73

Analogous Colors of #73beff

#73beff #7378ff #73fffa

Monochromatic Colors of #73beff

#73beff

Complementary Color

#73beff #ffb473

#73beff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73beff Color Preview on White Background

Lorem ipsum dolor sit amet.

#73beff Color CSS Codes

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

#73beff Text Font Color

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

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


#73beff Background Color

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

This div background color is #73beff


#73beff Border Color

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

This div border color is #73beff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73beff

Related Colors


Comments

No comments written yet.

Please login to write comment.