Color Hex Logo

#49ecec Color Hex

#49ECEC
(73,236,236)
0 Favorites   0 Comments

Color spaces of #49ecec

RGB 73236236
HSL0.500.810.61
HSV180°69°93°
CMYK 0.690.000.00   0.07
XYZ47.883467.463589.8549
Yxy67.46350.23330.3288
Hunter Lab82.1362-39.6771-7.3665
CIE-Lab85.7375-40.6741-12.1867

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101100 11101100
Octal 111 354 354
Decimal 73 236 236
Hex 49 EC EC

RGB Percentages of Color #49ecec

%13.39
%43.30
%43.30

CMYK Percentages of Color #49ecec

%69
%0
%0
%7

Triadic Colors of #49ecec

#49ecec #ec49ec #ecec49

Analogous Colors of #49ecec

#49ecec #499bec #49ec9b

Monochromatic Colors of #49ecec

#49ecec

Complementary Color

#49ecec #ec4949

#49ecec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ecec Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ecec Color CSS Codes

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

#49ecec Text Font Color

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

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


#49ecec Background Color

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

This div background color is #49ecec


#49ecec Border Color

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

This div border color is #49ecec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ecec


Comments

No comments written yet.

Please login to write comment.