Color Hex Logo

#49abff Color Hex

#49ABFF
(73,171,255)
0 Favorites   0 Comments

Color spaces of #49abff

RGB 73171255
HSL0.581.000.64
HSV208°71°100°
CMYK 0.710.330.00   0.00
XYZ35.360637.7623100.0329
Yxy37.76230.20420.2181
Hunter Lab61.4510-4.8256-53.4993
CIE-Lab67.8451-1.7922-49.8670

#49abff color RGB value is (73,171,255).

#49abff hex color red value is 73, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #49abff hue: 0.58 , saturation: 1.00 and the lightness value of 49abff is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11111111
Octal 111 253 377
Decimal 73 171 255
Hex 49 AB FF

RGB Percentages of Color #49abff

%14.63
%34.27
%51.10

CMYK Percentages of Color #49abff

%71
%33
%0
%0

Triadic Colors of #49abff

#49abff #ff49ab #abff49

Analogous Colors of #49abff

#49abff #4950ff #49fff8

Monochromatic Colors of #49abff

#49abff

Complementary Color

#49abff #ff9d49

#49abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abff Color CSS Codes

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

#49abff Text Font Color

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

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


#49abff Background Color

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

This div background color is #49abff


#49abff Border Color

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

This div border color is #49abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abff

Related Colors


Comments

No comments written yet.

Please login to write comment.