Color Hex Logo

#49eafe Color Hex

#49EAFE
(73,234,254)
0 Favorites   0 Comments

Color spaces of #49eafe

RGB 73234254
HSL0.520.990.64
HSV187°71°100°
CMYK 0.710.080.00   0.00
XYZ50.059967.4179104.1404
Yxy67.41790.22590.3042
Hunter Lab82.1084-34.8617-17.7233
CIE-Lab85.7145-34.6363-21.6831

#49eafe color RGB value is (73,234,254).

#49eafe hex color red value is 73, green value is 234 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #49eafe hue: 0.52 , saturation: 0.99 and the lightness value of 49eafe is 0.64.

The process color (four color CMYK) of #49eafe color hex is 0.71, 0.08, 0.00, 0.00. Web safe color of #49eafe is #33ffff. Color #49eafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 11111110
Octal 111 352 376
Decimal 73 234 254
Hex 49 EA FE

RGB Percentages of Color #49eafe

%13.01
%41.71
%45.28

CMYK Percentages of Color #49eafe

%71
%8
%0
%0

Triadic Colors of #49eafe

#49eafe #fe49ea #eafe49

Analogous Colors of #49eafe

#49eafe #4990fe #49feb8

Monochromatic Colors of #49eafe

#49eafe

Complementary Color

#49eafe #fe5d49

#49eafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eafe Color CSS Codes

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

#49eafe Text Font Color

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

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


#49eafe Background Color

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

This div background color is #49eafe


#49eafe Border Color

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

This div border color is #49eafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eafe


Comments

No comments written yet.

Please login to write comment.