Color Hex Logo

#49adeb Color Hex

#49ADEB
(73,173,235)
0 Favorites   0 Comments

Color spaces of #49adeb

RGB 73173235
HSL0.560.800.60
HSV203°69°92°
CMYK 0.690.260.00   0.08
XYZ32.686637.301884.0745
Yxy37.30180.21220.2421
Hunter Lab61.0752-11.3509-38.8644
CIE-Lab67.5028-9.6204-39.5135

#49adeb color RGB value is (73,173,235).

#49adeb hex color red value is 73, green value is 173 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #49adeb hue: 0.56 , saturation: 0.80 and the lightness value of 49adeb is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11101011
Octal 111 255 353
Decimal 73 173 235
Hex 49 AD EB

RGB Percentages of Color #49adeb

%15.18
%35.97
%48.86

CMYK Percentages of Color #49adeb

%69
%26
%0
%8

Triadic Colors of #49adeb

#49adeb #eb49ad #adeb49

Analogous Colors of #49adeb

#49adeb #495ceb #49ebd8

Monochromatic Colors of #49adeb

#49adeb

Complementary Color

#49adeb #eb8749

#49adeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adeb Color CSS Codes

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

#49adeb Text Font Color

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

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


#49adeb Background Color

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

This div background color is #49adeb


#49adeb Border Color

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

This div border color is #49adeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adeb


Comments

No comments written yet.

Please login to write comment.