Color Hex Logo

#49adee Color Hex

#49ADEE
(73,173,238)
0 Favorites   0 Comments

Color spaces of #49adee

RGB 73173238
HSL0.570.830.61
HSV204°69°93°
CMYK 0.690.270.00   0.07
XYZ33.123837.476786.3768
Yxy37.47670.21100.2387
Hunter Lab61.2182-10.5495-40.8034
CIE-Lab67.6331-8.6271-40.9486

#49adee color RGB value is (73,173,238).

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

The process color (four color CMYK) of #49adee color hex is 0.69, 0.27, 0.00, 0.07. Web safe color of #49adee is #3399ff. Color #49adee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11101110
Octal 111 255 356
Decimal 73 173 238
Hex 49 AD EE

RGB Percentages of Color #49adee

%15.08
%35.74
%49.17

CMYK Percentages of Color #49adee

%69
%27
%0
%7

Triadic Colors of #49adee

#49adee #ee49ad #adee49

Analogous Colors of #49adee

#49adee #495bee #49eedd

Monochromatic Colors of #49adee

#49adee

Complementary Color

#49adee #ee8a49

#49adee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adee Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adee Color CSS Codes

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

#49adee Text Font Color

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

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


#49adee Background Color

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

This div background color is #49adee


#49adee Border Color

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

This div border color is #49adee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adee


Comments

No comments written yet.

Please login to write comment.