Color Hex Logo

#49effd Color Hex

#49EFFD
(73,239,253)
0 Favorites   0 Comments

Color spaces of #49effd

RGB 73239253
HSL0.510.980.64
HSV185°71°99°
CMYK 0.710.060.00   0.01
XYZ51.343870.2413103.7803
Yxy70.24130.22780.3117
Hunter Lab83.8101-37.3148-14.7505
CIE-Lab87.1151-37.2502-19.0410

#49effd color RGB value is (73,239,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 11111101
Octal 111 357 375
Decimal 73 239 253
Hex 49 EF FD

RGB Percentages of Color #49effd

%12.92
%42.30
%44.78

CMYK Percentages of Color #49effd

%71
%6
%0
%1

Triadic Colors of #49effd

#49effd #fd49ef #effd49

Analogous Colors of #49effd

#49effd #4995fd #49fdb1

Monochromatic Colors of #49effd

#49effd

Complementary Color

#49effd #fd5749

#49effd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49effd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49effd Color CSS Codes

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

#49effd Text Font Color

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

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


#49effd Background Color

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

This div background color is #49effd


#49effd Border Color

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

This div border color is #49effd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49effd

Related Colors


Comments

No comments written yet.

Please login to write comment.