Color Hex Logo

#49acbf Color Hex

#49ACBF
(73,172,191)
0 Favorites   0 Comments

Color spaces of #49acbf

RGB 73172191
HSL0.530.480.52
HSV190°62°75°
CMYK 0.620.100.00   0.25
XYZ26.904134.683154.5667
Yxy34.68310.23160.2986
Hunter Lab58.8924-21.5166-13.7105
CIE-Lab65.5012-23.0039-18.3424

#49acbf color RGB value is (73,172,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101100 10111111
Octal 111 254 277
Decimal 73 172 191
Hex 49 AC BF

RGB Percentages of Color #49acbf

%16.74
%39.45
%43.81

CMYK Percentages of Color #49acbf

%62
%10
%0
%25

Triadic Colors of #49acbf

#49acbf #bf49ac #acbf49

Analogous Colors of #49acbf

#49acbf #4971bf #49bf97

Monochromatic Colors of #49acbf

#49acbf

Complementary Color

#49acbf #bf5c49

#49acbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49acbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#49acbf Color CSS Codes

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

#49acbf Text Font Color

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

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


#49acbf Background Color

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

This div background color is #49acbf


#49acbf Border Color

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

This div border color is #49acbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49acbf


Comments

No comments written yet.

Please login to write comment.