Color Hex Logo

#49aaec Color Hex

#49AAEC
(73,170,236)
0 Favorites   0 Comments

Color spaces of #49aaec

RGB 73170236
HSL0.570.810.61
HSV204°69°93°
CMYK 0.690.280.00   0.07
XYZ32.262736.222084.6480
Yxy36.22200.21070.2365
Hunter Lab60.1847-9.6363-41.2603
CIE-Lab66.6892-7.6343-41.3326

#49aaec color RGB value is (73,170,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101010 11101100
Octal 111 252 354
Decimal 73 170 236
Hex 49 AA EC

RGB Percentages of Color #49aaec

%15.24
%35.49
%49.27

CMYK Percentages of Color #49aaec

%69
%28
%0
%7

Triadic Colors of #49aaec

#49aaec #ec49aa #aaec49

Analogous Colors of #49aaec

#49aaec #4959ec #49ecdd

Monochromatic Colors of #49aaec

#49aaec

Complementary Color

#49aaec #ec8b49

#49aaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49aaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49aaec Color CSS Codes

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

#49aaec Text Font Color

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

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


#49aaec Background Color

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

This div background color is #49aaec


#49aaec Border Color

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

This div border color is #49aaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49aaec


Comments

No comments written yet.

Please login to write comment.