Color Hex Logo

#49bcbd Color Hex

#49BCBD
(73,188,189)
0 Favorites   0 Comments

Color spaces of #49bcbd

RGB 73188189
HSL0.500.470.51
HSV181°61°74°
CMYK 0.610.010.00   0.26
XYZ29.916241.057054.4922
Yxy41.05700.23840.3272
Hunter Lab64.0757-28.7930-5.5692
CIE-Lab70.2158-31.5048-10.1414

#49bcbd color RGB value is (73,188,189).

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

The process color (four color CMYK) of #49bcbd color hex is 0.61, 0.01, 0.00, 0.26. Web safe color of #49bcbd is #33cccc. Color #49bcbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111100 10111101
Octal 111 274 275
Decimal 73 188 189
Hex 49 BC BD

RGB Percentages of Color #49bcbd

%16.22
%41.78
%42.00

CMYK Percentages of Color #49bcbd

%61
%1
%0
%26

Triadic Colors of #49bcbd

#49bcbd #bd49bc #bcbd49

Analogous Colors of #49bcbd

#49bcbd #4982bd #49bd84

Monochromatic Colors of #49bcbd

#49bcbd

Complementary Color

#49bcbd #bd4a49

#49bcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bcbd Color CSS Codes

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

#49bcbd Text Font Color

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

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


#49bcbd Background Color

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

This div background color is #49bcbd


#49bcbd Border Color

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

This div border color is #49bcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bcbd


Comments

No comments written yet.

Please login to write comment.