Color Hex Logo

#49adde Color Hex

#49ADDE
(73,173,222)
0 Favorites   0 Comments

Color spaces of #49adde

RGB 73173222
HSL0.550.690.58
HSV200°67°87°
CMYK 0.670.220.00   0.13
XYZ30.876036.577574.5401
Yxy36.57750.21740.2576
Hunter Lab60.4793-14.7108-30.7387
CIE-Lab66.9588-13.8669-33.2354

#49adde color RGB value is (73,173,222).

#49adde hex color red value is 73, green value is 173 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #49adde hue: 0.55 , saturation: 0.69 and the lightness value of 49adde is 0.58.

The process color (four color CMYK) of #49adde color hex is 0.67, 0.22, 0.00, 0.13. Web safe color of #49adde is #3399cc. Color #49adde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101101 11011110
Octal 111 255 336
Decimal 73 173 222
Hex 49 AD DE

RGB Percentages of Color #49adde

%15.60
%36.97
%47.44

CMYK Percentages of Color #49adde

%67
%22
%0
%13

Triadic Colors of #49adde

#49adde #de49ad #adde49

Analogous Colors of #49adde

#49adde #4963de #49dec5

Monochromatic Colors of #49adde

#49adde

Complementary Color

#49adde #de7a49

#49adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#49adde Color CSS Codes

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

#49adde Text Font Color

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

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


#49adde Background Color

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

This div background color is #49adde


#49adde Border Color

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

This div border color is #49adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49adde


Comments

No comments written yet.

Please login to write comment.