Color Hex Logo

#49bfcb Color Hex

#49BFCB
(73,191,203)
0 Favorites   0 Comments

Color spaces of #49bfcb

RGB 73191203
HSL0.520.560.54
HSV186°64°80°
CMYK 0.640.060.00   0.20
XYZ32.157942.989963.1029
Yxy42.98990.23260.3110
Hunter Lab65.5667-27.1944-11.1654
CIE-Lab71.5481-28.9559-15.8026

#49bfcb color RGB value is (73,191,203).

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

The process color (four color CMYK) of #49bfcb color hex is 0.64, 0.06, 0.00, 0.20. Web safe color of #49bfcb is #33cccc. Color #49bfcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111111 11001011
Octal 111 277 313
Decimal 73 191 203
Hex 49 BF CB

RGB Percentages of Color #49bfcb

%15.63
%40.90
%43.47

CMYK Percentages of Color #49bfcb

%64
%6
%0
%20

Triadic Colors of #49bfcb

#49bfcb #cb49bf #bfcb49

Analogous Colors of #49bfcb

#49bfcb #497ecb #49cb96

Monochromatic Colors of #49bfcb

#49bfcb

Complementary Color

#49bfcb #cb5549

#49bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bfcb Color CSS Codes

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

#49bfcb Text Font Color

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

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


#49bfcb Background Color

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

This div background color is #49bfcb


#49bfcb Border Color

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

This div border color is #49bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bfcb


Comments

No comments written yet.

Please login to write comment.