Color Hex Logo

#73c6fb Color Hex

#73C6FB
(115,198,251)
0 Favorites   0 Comments

Color spaces of #73c6fb

RGB 115198251
HSL0.560.940.72
HSV203°54°98°
CMYK 0.540.210.00   0.02
XYZ44.676950.998098.7557
Yxy50.99800.22980.2623
Hunter Lab71.4129-13.3004-32.0021
CIE-Lab76.6778-10.7103-33.8071

#73c6fb color RGB value is (115,198,251).

#73c6fb hex color red value is 115, green value is 198 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #73c6fb hue: 0.56 , saturation: 0.94 and the lightness value of 73c6fb is 0.72.

The process color (four color CMYK) of #73c6fb color hex is 0.54, 0.21, 0.00, 0.02. Web safe color of #73c6fb is #66ccff. Color #73c6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110011 11000110 11111011
Octal 163 306 373
Decimal 115 198 251
Hex 73 C6 FB

RGB Percentages of Color #73c6fb

%20.39
%35.11
%44.50

CMYK Percentages of Color #73c6fb

%54
%21
%0
%2

Triadic Colors of #73c6fb

#73c6fb #fb73c6 #c6fb73

Analogous Colors of #73c6fb

#73c6fb #7382fb #73fbec

Monochromatic Colors of #73c6fb

#73c6fb

Complementary Color

#73c6fb #fba873

#73c6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#73c6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#73c6fb Color CSS Codes

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

#73c6fb Text Font Color

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

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


#73c6fb Background Color

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

This div background color is #73c6fb


#73c6fb Border Color

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

This div border color is #73c6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #73c6fb


Comments

No comments written yet.

Please login to write comment.