Color Hex Logo

#49bbd3 Color Hex

#49BBD3
(73,187,211)
0 Favorites   0 Comments

Color spaces of #49bbd3

RGB 73187211
HSL0.530.610.56
HSV190°65°83°
CMYK 0.650.110.00   0.17
XYZ32.275841.660367.9681
Yxy41.66030.22740.2936
Hunter Lab64.5448-23.6940-17.2533
CIE-Lab70.6361-24.5995-21.5548

#49bbd3 color RGB value is (73,187,211).

#49bbd3 hex color red value is 73, green value is 187 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #49bbd3 hue: 0.53 , saturation: 0.61 and the lightness value of 49bbd3 is 0.56.

The process color (four color CMYK) of #49bbd3 color hex is 0.65, 0.11, 0.00, 0.17. Web safe color of #49bbd3 is #33cccc. Color #49bbd3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111011 11010011
Octal 111 273 323
Decimal 73 187 211
Hex 49 BB D3

RGB Percentages of Color #49bbd3

%15.50
%39.70
%44.80

CMYK Percentages of Color #49bbd3

%65
%11
%0
%17

Triadic Colors of #49bbd3

#49bbd3 #d349bb #bbd349

Analogous Colors of #49bbd3

#49bbd3 #4976d3 #49d3a6

Monochromatic Colors of #49bbd3

#49bbd3

Complementary Color

#49bbd3 #d36149

#49bbd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bbd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bbd3 Color CSS Codes

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

#49bbd3 Text Font Color

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

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


#49bbd3 Background Color

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

This div background color is #49bbd3


#49bbd3 Border Color

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

This div border color is #49bbd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bbd3


Comments

No comments written yet.

Please login to write comment.