Color Hex Logo

#49efef Color Hex

#49EFEF
(73,239,239)
0 Favorites   0 Comments

Color spaces of #49efef

RGB 73239239
HSL0.500.840.61
HSV180°69°94°
CMYK 0.690.000.00   0.06
XYZ49.194169.381592.4605
Yxy69.38150.23310.3288
Hunter Lab83.2956-40.3457-7.5067
CIE-Lab86.6926-41.1936-12.3359

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101111 11101111
Octal 111 357 357
Decimal 73 239 239
Hex 49 EF EF

RGB Percentages of Color #49efef

%13.25
%43.38
%43.38

CMYK Percentages of Color #49efef

%69
%0
%0
%6

Triadic Colors of #49efef

#49efef #ef49ef #efef49

Analogous Colors of #49efef

#49efef #499cef #49ef9c

Monochromatic Colors of #49efef

#49efef

Complementary Color

#49efef #ef4949

#49efef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49efef Color Preview on White Background

Lorem ipsum dolor sit amet.

#49efef Color CSS Codes

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

#49efef Text Font Color

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

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


#49efef Background Color

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

This div background color is #49efef


#49efef Border Color

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

This div border color is #49efef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49efef


Comments

No comments written yet.

Please login to write comment.