Color Hex Logo

#49efec Color Hex

#49EFEC
(73,239,236)
0 Favorites   0 Comments

Color spaces of #49efec

RGB 73239236
HSL0.500.840.61
HSV179°69°94°
CMYK 0.690.000.01   0.06
XYZ48.754569.205690.1453
Yxy69.20560.23430.3326
Hunter Lab83.1899-40.9701-6.0142
CIE-Lab86.6058-42.0186-10.8915

#49efec color RGB value is (73,239,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 11101100
Octal 111 357 354
Decimal 73 239 236
Hex 49 EF EC

RGB Percentages of Color #49efec

%13.32
%43.61
%43.07

CMYK Percentages of Color #49efec

%69
%0
%1
%6

Triadic Colors of #49efec

#49efec #ec49ef #efec49

Analogous Colors of #49efec

#49efec #499fef #49ef99

Monochromatic Colors of #49efec

#49efec

Complementary Color

#49efec #ef494c

#49efec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49efec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49efec Color CSS Codes

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

#49efec Text Font Color

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

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


#49efec Background Color

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

This div background color is #49efec


#49efec Border Color

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

This div border color is #49efec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49efec


Comments

No comments written yet.

Please login to write comment.