Color Hex Logo

#49abef Color Hex

#49ABEF
(73,171,239)
0 Favorites   0 Comments

Color spaces of #49abef

RGB 73171239
HSL0.570.840.61
HSV205°69°94°
CMYK 0.690.280.00   0.06
XYZ32.890636.774387.0260
Yxy36.77430.20990.2347
Hunter Lab60.6418-9.3093-42.6368
CIE-Lab67.1074-7.1885-42.3179

#49abef color RGB value is (73,171,239).

#49abef hex color red value is 73, green value is 171 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #49abef hue: 0.57 , saturation: 0.84 and the lightness value of 49abef is 0.61.

The process color (four color CMYK) of #49abef color hex is 0.69, 0.28, 0.00, 0.06. Web safe color of #49abef is #3399ff. Color #49abef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11101111
Octal 111 253 357
Decimal 73 171 239
Hex 49 AB EF

RGB Percentages of Color #49abef

%15.11
%35.40
%49.48

CMYK Percentages of Color #49abef

%69
%28
%0
%6

Triadic Colors of #49abef

#49abef #ef49ab #abef49

Analogous Colors of #49abef

#49abef #4958ef #49efe0

Monochromatic Colors of #49abef

#49abef

Complementary Color

#49abef #ef8d49

#49abef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abef Color CSS Codes

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

#49abef Text Font Color

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

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


#49abef Background Color

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

This div background color is #49abef


#49abef Border Color

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

This div border color is #49abef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abef


Comments

No comments written yet.

Please login to write comment.