Color Hex Logo

#49edea Color Hex

#49EDEA
(73,237,234)
0 Favorites   0 Comments

Color spaces of #49edea

RGB 73237234
HSL0.500.820.61
HSV179°69°93°
CMYK 0.690.000.01   0.07
XYZ47.883167.925488.4291
Yxy67.92540.23440.3326
Hunter Lab82.4169-40.5234-5.9233
CIE-Lab85.9691-41.6734-10.7897

#49edea color RGB value is (73,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101101 11101010
Octal 111 355 352
Decimal 73 237 234
Hex 49 ED EA

RGB Percentages of Color #49edea

%13.42
%43.57
%43.01

CMYK Percentages of Color #49edea

%69
%0
%1
%7

Triadic Colors of #49edea

#49edea #ea49ed #edea49

Analogous Colors of #49edea

#49edea #499eed #49ed98

Monochromatic Colors of #49edea

#49edea

Complementary Color

#49edea #ed494c

#49edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49edea Color CSS Codes

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

#49edea Text Font Color

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

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


#49edea Background Color

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

This div background color is #49edea


#49edea Border Color

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

This div border color is #49edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49edea


Comments

No comments written yet.

Please login to write comment.