Color Hex Logo

#49bbfd Color Hex

#49BBFD
(73,187,253)
0 Favorites   0 Comments

Color spaces of #49bbfd

RGB 73187253
HSL0.560.980.64
HSV202°71°99°
CMYK 0.710.260.00   0.01
XYZ38.247644.049099.4149
Yxy44.04900.21050.2424
Hunter Lab66.3694-13.2799-42.3520
CIE-Lab72.2612-11.2957-41.8517

#49bbfd color RGB value is (73,187,253).

#49bbfd hex color red value is 73, green value is 187 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #49bbfd hue: 0.56 , saturation: 0.98 and the lightness value of 49bbfd is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 11111101
Octal 111 273 375
Decimal 73 187 253
Hex 49 BB FD

RGB Percentages of Color #49bbfd

%14.23
%36.45
%49.32

CMYK Percentages of Color #49bbfd

%71
%26
%0
%1

Triadic Colors of #49bbfd

#49bbfd #fd49bb #bbfd49

Analogous Colors of #49bbfd

#49bbfd #4961fd #49fde5

Monochromatic Colors of #49bbfd

#49bbfd

Complementary Color

#49bbfd #fd8b49

#49bbfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bbfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bbfd Color CSS Codes

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

#49bbfd Text Font Color

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

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


#49bbfd Background Color

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

This div background color is #49bbfd


#49bbfd Border Color

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

This div border color is #49bbfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bbfd

Related Colors


Comments

No comments written yet.

Please login to write comment.