Color Hex Logo

#49ffea Color Hex

#49FFEA
(73,255,234)
0 Favorites   0 Comments

Color spaces of #49ffea

RGB 73255234
HSL0.481.000.64
HSV173°71°100°
CMYK 0.710.000.08   0.00
XYZ53.358978.877090.2544
Yxy78.87700.23980.3545
Hunter Lab88.8127-48.17901.9165
CIE-Lab91.1786-49.5063-3.0830

#49ffea color RGB value is (73,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 11101010
Octal 111 377 352
Decimal 73 255 234
Hex 49 FF EA

RGB Percentages of Color #49ffea

%12.99
%45.37
%41.64

CMYK Percentages of Color #49ffea

%71
%0
%8
%0

Triadic Colors of #49ffea

#49ffea #ea49ff #ffea49

Analogous Colors of #49ffea

#49ffea #49b9ff #49ff8f

Monochromatic Colors of #49ffea

#49ffea

Complementary Color

#49ffea #ff495e

#49ffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffea Color CSS Codes

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

#49ffea Text Font Color

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

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


#49ffea Background Color

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

This div background color is #49ffea


#49ffea Border Color

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

This div border color is #49ffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffea

Related Colors


Comments

No comments written yet.

Please login to write comment.