Color Hex Logo

#49feec Color Hex

#49FEEC
(73,254,236)
0 Favorites   0 Comments

Color spaces of #49feec

RGB 73254236
HSL0.480.990.64
HSV174°71°100°
CMYK 0.710.000.07   0.00
XYZ53.329878.356291.6704
Yxy78.35620.23880.3508
Hunter Lab88.5190-47.36800.5625
CIE-Lab90.9422-48.5623-4.4681

#49feec color RGB value is (73,254,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 11101100
Octal 111 376 354
Decimal 73 254 236
Hex 49 FE EC

RGB Percentages of Color #49feec

%12.97
%45.12
%41.92

CMYK Percentages of Color #49feec

%71
%0
%7
%0

Triadic Colors of #49feec

#49feec #ec49fe #feec49

Analogous Colors of #49feec

#49feec #49b6fe #49fe92

Monochromatic Colors of #49feec

#49feec

Complementary Color

#49feec #fe495b

#49feec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49feec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49feec Color CSS Codes

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

#49feec Text Font Color

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

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


#49feec Background Color

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

This div background color is #49feec


#49feec Border Color

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

This div border color is #49feec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49feec

Related Colors

#49feec Color Palettes


Comments

No comments written yet.

Please login to write comment.