Color Hex Logo

#49beee Color Hex

#49BEEE
(73,190,238)
0 Favorites   0 Comments

Color spaces of #49beee

RGB 73190238
HSL0.550.830.61
HSV197°69°93°
CMYK 0.690.200.00   0.07
XYZ36.593744.416487.5335
Yxy44.41640.21710.2635
Hunter Lab66.6456-18.6193-31.2205
CIE-Lab72.5059-17.7498-33.3701

#49beee color RGB value is (73,190,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10111110 11101110
Octal 111 276 356
Decimal 73 190 238
Hex 49 BE EE

RGB Percentages of Color #49beee

%14.57
%37.92
%47.50

CMYK Percentages of Color #49beee

%69
%20
%0
%7

Triadic Colors of #49beee

#49beee #ee49be #beee49

Analogous Colors of #49beee

#49beee #496cee #49eecc

Monochromatic Colors of #49beee

#49beee

Complementary Color

#49beee #ee7949

#49beee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49beee Color Preview on White Background

Lorem ipsum dolor sit amet.

#49beee Color CSS Codes

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

#49beee Text Font Color

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

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


#49beee Background Color

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

This div background color is #49beee


#49beee Border Color

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

This div border color is #49beee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(73,190,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 #49beee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49beee


Comments

No comments written yet.

Please login to write comment.