Color Hex Logo

#49efd3 Color Hex

#49EFD3
(73,239,211)
0 Favorites   0 Comments

Color spaces of #49efd3

RGB 73239211
HSL0.470.840.61
HSV170°69°94°
CMYK 0.690.000.12   0.06
XYZ45.372067.852672.3335
Yxy67.85260.24450.3657
Hunter Lab82.3727-45.83205.5969
CIE-Lab85.9327-48.59631.2349

#49efd3 color RGB value is (73,239,211).

#49efd3 hex color red value is 73, green value is 239 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #49efd3 hue: 0.47 , saturation: 0.84 and the lightness value of 49efd3 is 0.61.

The process color (four color CMYK) of #49efd3 color hex is 0.69, 0.00, 0.12, 0.06. Web safe color of #49efd3 is #33ffcc. Color #49efd3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 11010011
Octal 111 357 323
Decimal 73 239 211
Hex 49 EF D3

RGB Percentages of Color #49efd3

%13.96
%45.70
%40.34

CMYK Percentages of Color #49efd3

%69
%0
%12
%6

Triadic Colors of #49efd3

#49efd3 #d349ef #efd349

Analogous Colors of #49efd3

#49efd3 #49b8ef #49ef80

Monochromatic Colors of #49efd3

#49efd3

Complementary Color

#49efd3 #ef4965

#49efd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49efd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49efd3 Color CSS Codes

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

#49efd3 Text Font Color

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

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


#49efd3 Background Color

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

This div background color is #49efd3


#49efd3 Border Color

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

This div border color is #49efd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49efd3


Comments

No comments written yet.

Please login to write comment.