Color Hex Logo

#49aaed Color Hex

#49AAED
(73,170,237)
0 Favorites   0 Comments

Color spaces of #49aaed

RGB 73170237
HSL0.570.820.61
HSV205°69°93°
CMYK 0.690.280.00   0.07
XYZ32.408436.280385.4155
Yxy36.28030.21030.2354
Hunter Lab60.2331-9.3662-41.9149
CIE-Lab66.7335-7.3011-41.8103

#49aaed color RGB value is (73,170,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11101101
Octal 111 252 355
Decimal 73 170 237
Hex 49 AA ED

RGB Percentages of Color #49aaed

%15.21
%35.42
%49.38

CMYK Percentages of Color #49aaed

%69
%28
%0
%7

Triadic Colors of #49aaed

#49aaed #ed49aa #aaed49

Analogous Colors of #49aaed

#49aaed #4958ed #49edde

Monochromatic Colors of #49aaed

#49aaed

Complementary Color

#49aaed #ed8c49

#49aaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aaed Color CSS Codes

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

#49aaed Text Font Color

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

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


#49aaed Background Color

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

This div background color is #49aaed


#49aaed Border Color

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

This div border color is #49aaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aaed


Comments

No comments written yet.

Please login to write comment.