Color Hex Logo

#49fbfe Color Hex

#49FBFE
(73,251,254)
0 Favorites   0 Comments

Color spaces of #49fbfe

RGB 73251254
HSL0.500.990.64
HSV181°71°100°
CMYK 0.710.010.00   0.00
XYZ55.134277.5666105.8319
Yxy77.56660.23110.3252
Hunter Lab88.0719-42.3824-9.5957
CIE-Lab90.5818-42.4091-14.3525

#49fbfe color RGB value is (73,251,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111011 11111110
Octal 111 373 376
Decimal 73 251 254
Hex 49 FB FE

RGB Percentages of Color #49fbfe

%12.63
%43.43
%43.94

CMYK Percentages of Color #49fbfe

%71
%1
%0
%0

Triadic Colors of #49fbfe

#49fbfe #fe49fb #fbfe49

Analogous Colors of #49fbfe

#49fbfe #49a1fe #49fea7

Monochromatic Colors of #49fbfe

#49fbfe

Complementary Color

#49fbfe #fe4c49

#49fbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fbfe Color CSS Codes

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

#49fbfe Text Font Color

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

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


#49fbfe Background Color

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

This div background color is #49fbfe


#49fbfe Border Color

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

This div border color is #49fbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.