Color Hex Logo

#49afec Color Hex

#49AFEC
(73,175,236)
0 Favorites   0 Comments

Color spaces of #49afec

RGB 73175236
HSL0.560.810.61
HSV202°69°93°
CMYK 0.690.260.00   0.07
XYZ33.217938.132584.9664
Yxy38.13250.21250.2439
Hunter Lab61.7515-12.0449-38.3534
CIE-Lab68.1182-10.3848-39.0992

#49afec color RGB value is (73,175,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101111 11101100
Octal 111 257 354
Decimal 73 175 236
Hex 49 AF EC

RGB Percentages of Color #49afec

%15.08
%36.16
%48.76

CMYK Percentages of Color #49afec

%69
%26
%0
%7

Triadic Colors of #49afec

#49afec #ec49af #afec49

Analogous Colors of #49afec

#49afec #495eec #49ecd8

Monochromatic Colors of #49afec

#49afec

Complementary Color

#49afec #ec8649

#49afec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49afec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49afec Color CSS Codes

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

#49afec Text Font Color

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

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


#49afec Background Color

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

This div background color is #49afec


#49afec Border Color

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

This div border color is #49afec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49afec


Comments

No comments written yet.

Please login to write comment.