Color Hex Logo

#49abda Color Hex

#49ABDA
(73,171,218)
0 Favorites   0 Comments

Color spaces of #49abda

RGB 73171218
HSL0.550.660.57
HSV199°67°85°
CMYK 0.670.220.00   0.15
XYZ29.965535.604271.6226
Yxy35.60420.21840.2595
Hunter Lab59.6693-14.7797-29.3989
CIE-Lab66.2164-14.0791-32.1851

#49abda color RGB value is (73,171,218).

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

The process color (four color CMYK) of #49abda color hex is 0.67, 0.22, 0.00, 0.15. Web safe color of #49abda is #3399cc. Color #49abda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 11011010
Octal 111 253 332
Decimal 73 171 218
Hex 49 AB DA

RGB Percentages of Color #49abda

%15.80
%37.01
%47.19

CMYK Percentages of Color #49abda

%67
%22
%0
%15

Triadic Colors of #49abda

#49abda #da49ab #abda49

Analogous Colors of #49abda

#49abda #4962da #49dac1

Monochromatic Colors of #49abda

#49abda

Complementary Color

#49abda #da7849

#49abda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abda Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abda Color CSS Codes

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

#49abda Text Font Color

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

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


#49abda Background Color

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

This div background color is #49abda


#49abda Border Color

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

This div border color is #49abda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abda


Comments

No comments written yet.

Please login to write comment.