Color Hex Logo

#49c8fe Color Hex

#49C8FE
(73,200,254)
0 Favorites   0 Comments

Color spaces of #49c8fe

RGB 73200254
HSL0.550.990.64
HSV198°71°100°
CMYK 0.710.210.00   0.00
XYZ41.291349.8808101.2176
Yxy49.88080.21460.2593
Hunter Lab70.6263-19.2371-35.5326
CIE-Lab75.9960-17.8509-36.5781

#49c8fe color RGB value is (73,200,254).

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

The process color (four color CMYK) of #49c8fe color hex is 0.71, 0.21, 0.00, 0.00. Web safe color of #49c8fe is #33ccff. Color #49c8fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11001000 11111110
Octal 111 310 376
Decimal 73 200 254
Hex 49 C8 FE

RGB Percentages of Color #49c8fe

%13.85
%37.95
%48.20

CMYK Percentages of Color #49c8fe

%71
%21
%0
%0

Triadic Colors of #49c8fe

#49c8fe #fe49c8 #c8fe49

Analogous Colors of #49c8fe

#49c8fe #496efe #49feda

Monochromatic Colors of #49c8fe

#49c8fe

Complementary Color

#49c8fe #fe7f49

#49c8fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c8fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c8fe Color CSS Codes

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

#49c8fe Text Font Color

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

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


#49c8fe Background Color

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

This div background color is #49c8fe


#49c8fe Border Color

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

This div border color is #49c8fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c8fe


Comments

No comments written yet.

Please login to write comment.