Color Hex Logo

#49baea Color Hex

#49BAEA
(73,186,234)
0 Favorites   0 Comments

Color spaces of #49baea

RGB 73186234
HSL0.550.790.60
HSV198°69°92°
CMYK 0.690.210.00   0.08
XYZ35.157842.474884.1873
Yxy42.47480.21730.2625
Hunter Lab65.1727-17.7593-30.9674
CIE-Lab71.1970-16.9292-33.2262

#49baea color RGB value is (73,186,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11101010
Octal 111 272 352
Decimal 73 186 234
Hex 49 BA EA

RGB Percentages of Color #49baea

%14.81
%37.73
%47.46

CMYK Percentages of Color #49baea

%69
%21
%0
%8

Triadic Colors of #49baea

#49baea #ea49ba #baea49

Analogous Colors of #49baea

#49baea #496aea #49eaca

Monochromatic Colors of #49baea

#49baea

Complementary Color

#49baea #ea7949

#49baea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49baea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49baea Color CSS Codes

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

#49baea Text Font Color

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

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


#49baea Background Color

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

This div background color is #49baea


#49baea Border Color

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

This div border color is #49baea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49baea


Comments

No comments written yet.

Please login to write comment.