Color Hex Logo

#49baee Color Hex

#49BAEE
(73,186,238)
0 Favorites   0 Comments

Color spaces of #49baee

RGB 73186238
HSL0.550.830.61
HSV199°69°93°
CMYK 0.690.220.00   0.07
XYZ35.739242.707387.2486
Yxy42.70730.21570.2577
Hunter Lab65.3508-16.7455-33.4113
CIE-Lab71.3559-15.6461-35.1510

#49baee color RGB value is (73,186,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111010 11101110
Octal 111 272 356
Decimal 73 186 238
Hex 49 BA EE

RGB Percentages of Color #49baee

%14.69
%37.42
%47.89

CMYK Percentages of Color #49baee

%69
%22
%0
%7

Triadic Colors of #49baee

#49baee #ee49ba #baee49

Analogous Colors of #49baee

#49baee #4968ee #49eed0

Monochromatic Colors of #49baee

#49baee

Complementary Color

#49baee #ee7d49

#49baee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49baee Color Preview on White Background

Lorem ipsum dolor sit amet.

#49baee Color CSS Codes

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

#49baee Text Font Color

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

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


#49baee Background Color

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

This div background color is #49baee


#49baee Border Color

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

This div border color is #49baee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49baee


Comments

No comments written yet.

Please login to write comment.