Color Hex Logo

#49afba Color Hex

#49AFBA
(73,175,186)
0 Favorites   0 Comments

Color spaces of #49afba

RGB 73175186
HSL0.520.450.51
HSV186°61°73°
CMYK 0.610.060.00   0.27
XYZ26.940635.621651.9101
Yxy35.62160.23530.3112
Hunter Lab59.6838-23.8739-9.7889
CIE-Lab66.2298-25.9960-14.4651

#49afba color RGB value is (73,175,186).

#49afba hex color red value is 73, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #49afba hue: 0.52 , saturation: 0.45 and the lightness value of 49afba is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 10111010
Octal 111 257 272
Decimal 73 175 186
Hex 49 AF BA

RGB Percentages of Color #49afba

%16.82
%40.32
%42.86

CMYK Percentages of Color #49afba

%61
%6
%0
%27

Triadic Colors of #49afba

#49afba #ba49af #afba49

Analogous Colors of #49afba

#49afba #4977ba #49ba8d

Monochromatic Colors of #49afba

#49afba

Complementary Color

#49afba #ba5449

#49afba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afba Color CSS Codes

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

#49afba Text Font Color

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

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


#49afba Background Color

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

This div background color is #49afba


#49afba Border Color

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

This div border color is #49afba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afba


Comments

No comments written yet.

Please login to write comment.