Color Hex Logo

#49bbbe Color Hex

#49BBBE
(73,187,190)
0 Favorites   0 Comments

Color spaces of #49bbbe

RGB 73187190
HSL0.500.470.52
HSV182°62°75°
CMYK 0.620.020.00   0.25
XYZ29.812240.674854.9950
Yxy40.67480.23760.3241
Hunter Lab63.7768-28.1703-6.4823
CIE-Lab69.9475-30.7427-11.0910

#49bbbe color RGB value is (73,187,190).

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

The process color (four color CMYK) of #49bbbe color hex is 0.62, 0.02, 0.00, 0.25. Web safe color of #49bbbe is #33cccc. Color #49bbbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 10111110
Octal 111 273 276
Decimal 73 187 190
Hex 49 BB BE

RGB Percentages of Color #49bbbe

%16.22
%41.56
%42.22

CMYK Percentages of Color #49bbbe

%62
%2
%0
%25

Triadic Colors of #49bbbe

#49bbbe #be49bb #bbbe49

Analogous Colors of #49bbbe

#49bbbe #4981be #49be87

Monochromatic Colors of #49bbbe

#49bbbe

Complementary Color

#49bbbe #be4c49

#49bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bbbe Color CSS Codes

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

#49bbbe Text Font Color

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

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


#49bbbe Background Color

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

This div background color is #49bbbe


#49bbbe Border Color

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

This div border color is #49bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bbbe


Comments

No comments written yet.

Please login to write comment.