Color Hex Logo

#49bada Color Hex

#49BADA
(73,186,218)
0 Favorites   0 Comments

Color spaces of #49bada

RGB 73186218
HSL0.540.660.57
HSV193°67°85°
CMYK 0.670.150.00   0.15
XYZ32.961441.596272.6213
Yxy41.59620.22400.2826
Hunter Lab64.4951-21.6408-21.6138
CIE-Lab70.5916-21.9552-25.4464

#49bada color RGB value is (73,186,218).

#49bada hex color red value is 73, green value is 186 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #49bada hue: 0.54 , saturation: 0.66 and the lightness value of 49bada is 0.57.

The process color (four color CMYK) of #49bada color hex is 0.67, 0.15, 0.00, 0.15. Web safe color of #49bada is #33cccc. Color #49bada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11011010
Octal 111 272 332
Decimal 73 186 218
Hex 49 BA DA

RGB Percentages of Color #49bada

%15.30
%38.99
%45.70

CMYK Percentages of Color #49bada

%67
%15
%0
%15

Triadic Colors of #49bada

#49bada #da49ba #bada49

Analogous Colors of #49bada

#49bada #4972da #49dab2

Monochromatic Colors of #49bada

#49bada

Complementary Color

#49bada #da6949

#49bada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49bada Color Preview on White Background

Lorem ipsum dolor sit amet.

#49bada Color CSS Codes

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

#49bada Text Font Color

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

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


#49bada Background Color

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

This div background color is #49bada


#49bada Border Color

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

This div border color is #49bada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49bada


Comments

No comments written yet.

Please login to write comment.