color codes Logo

#49e5ea color codes

#49E5EA
(73,229,234)
0 Favorites   0 Comments

Color spaces of #49e5ea

RGB 73229234
HSL0.510.790.60
HSV182°69°92°
CMYK 0.690.020.00   0.08
XYZ45.618263.395687.6741
Yxy63.39560.23190.3223
Hunter Lab79.6214-37.0677-9.5515
CIE-Lab83.6501-38.0520-14.2555

#49e5ea color RGB value is (73,229,234).

#49e5ea hex color red value is 73, green value is 229 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #49e5ea hue: 0.51 , saturation: 0.79 and the lightness value of 49e5ea is 0.60.

The process color (four color CMYK) of #49e5ea color code is 0.69, 0.02, 0.00, 0.08. Web safe color of #49e5ea is #33ccff. Color #49e5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100101 11101010
Octal 111 345 352
Decimal 73 229 234
Hex 49 E5 EA

RGB Percentages of Color #49e5ea

%13.62
%42.72
%43.66

CMYK Percentages of Color #49e5ea

%69
%2
%0
%8

Triadic Colors of #49e5ea

#49e5ea #ea49e5 #e5ea49

Analogous Colors of #49e5ea

#49e5ea #4995ea #49ea9f

Monochromatic Colors of #49e5ea

#49e5ea

Complementary Color

#49e5ea #ea4e49

#49e5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e5ea Color CSS Codes

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

#49e5ea Text Font Color

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

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


#49e5ea Background Color

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

This div background color is #49e5ea


#49e5ea Border Color

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

This div border color is #49e5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e5ea


Comments

No comments written yet.

Please login to write comment.