Color Hex Logo

#49feef Color Hex

#49FEEF
(73,254,239)
0 Favorites   0 Comments

Color spaces of #49feef

RGB 73254239
HSL0.490.990.64
HSV175°71°100°
CMYK 0.710.000.06   0.00
XYZ53.769578.532193.9856
Yxy78.53210.23760.3470
Hunter Lab88.6183-46.7766-0.8481
CIE-Lab91.0222-47.7767-5.9069

#49feef color RGB value is (73,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 11101111
Octal 111 376 357
Decimal 73 254 239
Hex 49 FE EF

RGB Percentages of Color #49feef

%12.90
%44.88
%42.23

CMYK Percentages of Color #49feef

%71
%0
%6
%0

Triadic Colors of #49feef

#49feef #ef49fe #feef49

Analogous Colors of #49feef

#49feef #49b3fe #49fe95

Monochromatic Colors of #49feef

#49feef

Complementary Color

#49feef #fe4958

#49feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49feef Color CSS Codes

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

#49feef Text Font Color

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

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


#49feef Background Color

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

This div background color is #49feef


#49feef Border Color

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

This div border color is #49feef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49feef


Comments

No comments written yet.

Please login to write comment.