Color Hex Logo

#49bfea Color Hex

#49BFEA
(73,191,234)
0 Favorites   0 Comments

Color spaces of #49bfea

RGB 73191234
HSL0.540.790.60
HSV196°69°92°
CMYK 0.690.180.00   0.08
XYZ36.229744.618684.5446
Yxy44.61860.21910.2698
Hunter Lab66.7972-20.0795-28.2848
CIE-Lab72.6400-19.5379-30.9976

#49bfea color RGB value is (73,191,234).

#49bfea hex color red value is 73, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #49bfea hue: 0.54 , saturation: 0.79 and the lightness value of 49bfea is 0.60.

The process color (four color CMYK) of #49bfea color hex is 0.69, 0.18, 0.00, 0.08. Web safe color of #49bfea is #33ccff. Color #49bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111111 11101010
Octal 111 277 352
Decimal 73 191 234
Hex 49 BF EA

RGB Percentages of Color #49bfea

%14.66
%38.35
%46.99

CMYK Percentages of Color #49bfea

%69
%18
%0
%8

Triadic Colors of #49bfea

#49bfea #ea49bf #bfea49

Analogous Colors of #49bfea

#49bfea #496fea #49eac5

Monochromatic Colors of #49bfea

#49bfea

Complementary Color

#49bfea #ea7449

#49bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bfea Color CSS Codes

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

#49bfea Text Font Color

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

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


#49bfea Background Color

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

This div background color is #49bfea


#49bfea Border Color

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

This div border color is #49bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bfea


Comments

No comments written yet.

Please login to write comment.