Color Hex Logo

#49f6fb Color Hex

#49F6FB
(73,246,251)
0 Favorites   0 Comments

Color spaces of #49f6fb

RGB 73246251
HSL0.500.960.64
HSV182°71°98°
CMYK 0.710.020.00   0.02
XYZ53.116074.2930102.8073
Yxy74.29300.23070.3227
Hunter Lab86.1934-40.8392-10.3829
CIE-Lab89.0608-41.0046-15.0693

#49f6fb color RGB value is (73,246,251).

#49f6fb hex color red value is 73, green value is 246 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #49f6fb hue: 0.50 , saturation: 0.96 and the lightness value of 49f6fb is 0.64.

The process color (four color CMYK) of #49f6fb color hex is 0.71, 0.02, 0.00, 0.02. Web safe color of #49f6fb is #33ffff. Color #49f6fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11110110 11111011
Octal 111 366 373
Decimal 73 246 251
Hex 49 F6 FB

RGB Percentages of Color #49f6fb

%12.81
%43.16
%44.04

CMYK Percentages of Color #49f6fb

%71
%2
%0
%2

Triadic Colors of #49f6fb

#49f6fb #fb49f6 #f6fb49

Analogous Colors of #49f6fb

#49f6fb #499dfb #49fba7

Monochromatic Colors of #49f6fb

#49f6fb

Complementary Color

#49f6fb #fb4e49

#49f6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49f6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49f6fb Color CSS Codes

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

#49f6fb Text Font Color

<p style="color:#49f6fb">Text here</p>

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


#49f6fb Background Color

<div style="background-color:#49f6fb">
Div content here</div>

This div background color is #49f6fb


#49f6fb Border Color

<div style="border:3px solid #49f6fb">
Div here</div>

This div border color is #49f6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49f6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.