Color Hex Logo

#49dcfd Color Hex

#49DCFD
(73,220,253)
0 Favorites   0 Comments

Color spaces of #49dcfd

RGB 73220253
HSL0.530.980.64
HSV191°71°99°
CMYK 0.710.130.00   0.01
XYZ46.070559.6947102.0226
Yxy59.69470.22170.2873
Hunter Lab77.2623-28.7719-24.2070
CIE-Lab81.6720-28.2360-27.3081

#49dcfd color RGB value is (73,220,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011100 11111101
Octal 111 334 375
Decimal 73 220 253
Hex 49 DC FD

RGB Percentages of Color #49dcfd

%13.37
%40.29
%46.34

CMYK Percentages of Color #49dcfd

%71
%13
%0
%1

Triadic Colors of #49dcfd

#49dcfd #fd49dc #dcfd49

Analogous Colors of #49dcfd

#49dcfd #4982fd #49fdc4

Monochromatic Colors of #49dcfd

#49dcfd

Complementary Color

#49dcfd #fd6a49

#49dcfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49dcfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49dcfd Color CSS Codes

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

#49dcfd Text Font Color

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

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


#49dcfd Background Color

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

This div background color is #49dcfd


#49dcfd Border Color

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

This div border color is #49dcfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49dcfd

Related Colors


Comments

No comments written yet.

Please login to write comment.