Color Hex Logo

#49acba Color Hex

#49ACBA
(73,172,186)
0 Favorites   0 Comments

Color spaces of #49acba

RGB 73172186
HSL0.520.450.51
HSV187°61°73°
CMYK 0.610.080.00   0.27
XYZ26.363134.466751.7176
Yxy34.46670.23420.3062
Hunter Lab58.7083-22.5838-11.1341
CIE-Lab65.3313-24.4872-15.8208

#49acba color RGB value is (73,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 10111010
Octal 111 254 272
Decimal 73 172 186
Hex 49 AC BA

RGB Percentages of Color #49acba

%16.94
%39.91
%43.16

CMYK Percentages of Color #49acba

%61
%8
%0
%27

Triadic Colors of #49acba

#49acba #ba49ac #acba49

Analogous Colors of #49acba

#49acba #4974ba #49ba90

Monochromatic Colors of #49acba

#49acba

Complementary Color

#49acba #ba5749

#49acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acba Color CSS Codes

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

#49acba Text Font Color

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

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


#49acba Background Color

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

This div background color is #49acba


#49acba Border Color

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

This div border color is #49acba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,172,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 #49acba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acba


Comments

No comments written yet.

Please login to write comment.