Color Hex Logo

#49acbd Color Hex

#49ACBD
(73,172,189)
0 Favorites   0 Comments

Color spaces of #49acbd

RGB 73172189
HSL0.520.470.51
HSV189°61°74°
CMYK 0.610.090.00   0.26
XYZ26.685534.595653.4153
Yxy34.59560.23270.3016
Hunter Lab58.8180-21.9468-12.6713
CIE-Lab65.4326-23.5998-17.3353

#49acbd color RGB value is (73,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 10111101
Octal 111 254 275
Decimal 73 172 189
Hex 49 AC BD

RGB Percentages of Color #49acbd

%16.82
%39.63
%43.55

CMYK Percentages of Color #49acbd

%61
%9
%0
%26

Triadic Colors of #49acbd

#49acbd #bd49ac #acbd49

Analogous Colors of #49acbd

#49acbd #4972bd #49bd94

Monochromatic Colors of #49acbd

#49acbd

Complementary Color

#49acbd #bd5a49

#49acbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acbd Color CSS Codes

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

#49acbd Text Font Color

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

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


#49acbd Background Color

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

This div background color is #49acbd


#49acbd Border Color

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

This div border color is #49acbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acbd


Comments

No comments written yet.

Please login to write comment.