Color Hex Logo

#49baed Color Hex

#49BAED
(73,186,237)
0 Favorites   0 Comments

Color spaces of #49baed

RGB 73186237
HSL0.550.820.61
HSV199°69°93°
CMYK 0.690.220.00   0.07
XYZ35.592642.648786.4769
Yxy42.64870.21610.2589
Hunter Lab65.3060-17.0006-32.7965
CIE-Lab71.3159-15.9679-34.6706

#49baed color RGB value is (73,186,237).

#49baed hex color red value is 73, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #49baed hue: 0.55 , saturation: 0.82 and the lightness value of 49baed is 0.61.

The process color (four color CMYK) of #49baed color hex is 0.69, 0.22, 0.00, 0.07. Web safe color of #49baed is #33ccff. Color #49baed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11101101
Octal 111 272 355
Decimal 73 186 237
Hex 49 BA ED

RGB Percentages of Color #49baed

%14.72
%37.50
%47.78

CMYK Percentages of Color #49baed

%69
%22
%0
%7

Triadic Colors of #49baed

#49baed #ed49ba #baed49

Analogous Colors of #49baed

#49baed #4968ed #49edce

Monochromatic Colors of #49baed

#49baed

Complementary Color

#49baed #ed7c49

#49baed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49baed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49baed Color CSS Codes

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

#49baed Text Font Color

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

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


#49baed Background Color

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

This div background color is #49baed


#49baed Border Color

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

This div border color is #49baed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49baed


Comments

No comments written yet.

Please login to write comment.