Color Hex Logo

#49abbd Color Hex

#49ABBD
(73,171,189)
0 Favorites   0 Comments

Color spaces of #49abbd

RGB 73171189
HSL0.530.470.51
HSV189°61°74°
CMYK 0.610.100.00   0.26
XYZ26.495934.216453.3521
Yxy34.21640.23230.3000
Hunter Lab58.4948-21.5122-13.1311
CIE-Lab65.1340-23.0899-17.7880

#49abbd color RGB value is (73,171,189).

#49abbd hex color red value is 73, green value is 171 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #49abbd hue: 0.53 , saturation: 0.47 and the lightness value of 49abbd is 0.51.

The process color (four color CMYK) of #49abbd color hex is 0.61, 0.10, 0.00, 0.26. Web safe color of #49abbd is #3399cc. Color #49abbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101011 10111101
Octal 111 253 275
Decimal 73 171 189
Hex 49 AB BD

RGB Percentages of Color #49abbd

%16.86
%39.49
%43.65

CMYK Percentages of Color #49abbd

%61
%10
%0
%26

Triadic Colors of #49abbd

#49abbd #bd49ab #abbd49

Analogous Colors of #49abbd

#49abbd #4971bd #49bd95

Monochromatic Colors of #49abbd

#49abbd

Complementary Color

#49abbd #bd5b49

#49abbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49abbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49abbd Color CSS Codes

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

#49abbd Text Font Color

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

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


#49abbd Background Color

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

This div background color is #49abbd


#49abbd Border Color

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

This div border color is #49abbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49abbd


Comments

No comments written yet.

Please login to write comment.