Color Hex Logo

#49adfe Color Hex

#49ADFE
(73,173,254)
0 Favorites   0 Comments

Color spaces of #49adfe

RGB 73173254
HSL0.570.990.64
HSV207°71°100°
CMYK 0.710.320.00   0.00
XYZ35.580638.459499.3140
Yxy38.45940.20520.2219
Hunter Lab62.0156-6.1155-51.5381
CIE-Lab68.3578-3.2583-48.5160

#49adfe color RGB value is (73,173,254).

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

The process color (four color CMYK) of #49adfe color hex is 0.71, 0.32, 0.00, 0.00. Web safe color of #49adfe is #3399ff. Color #49adfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11111110
Octal 111 255 376
Decimal 73 173 254
Hex 49 AD FE

RGB Percentages of Color #49adfe

%14.60
%34.60
%50.80

CMYK Percentages of Color #49adfe

%71
%32
%0
%0

Triadic Colors of #49adfe

#49adfe #fe49ad #adfe49

Analogous Colors of #49adfe

#49adfe #4953fe #49fef5

Monochromatic Colors of #49adfe

#49adfe

Complementary Color

#49adfe #fe9a49

#49adfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adfe Color CSS Codes

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

#49adfe Text Font Color

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

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


#49adfe Background Color

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

This div background color is #49adfe


#49adfe Border Color

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

This div border color is #49adfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adfe


Comments

No comments written yet.

Please login to write comment.