Color Hex Logo

#49c2ea Color Hex

#49C2EA
(73,194,234)
0 Favorites   0 Comments

Color spaces of #49c2ea

RGB 73194234
HSL0.540.790.60
HSV195°69°92°
CMYK 0.690.170.00   0.08
XYZ36.890745.940684.7650
Yxy45.94060.22010.2741
Hunter Lab67.7795-21.4610-26.7024
CIE-Lab73.5070-21.0832-29.6625

#49c2ea color RGB value is (73,194,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000010 11101010
Octal 111 302 352
Decimal 73 194 234
Hex 49 C2 EA

RGB Percentages of Color #49c2ea

%14.57
%38.72
%46.71

CMYK Percentages of Color #49c2ea

%69
%17
%0
%8

Triadic Colors of #49c2ea

#49c2ea #ea49c2 #c2ea49

Analogous Colors of #49c2ea

#49c2ea #4972ea #49eac2

Monochromatic Colors of #49c2ea

#49c2ea

Complementary Color

#49c2ea #ea7149

#49c2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c2ea Color CSS Codes

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

#49c2ea Text Font Color

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

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


#49c2ea Background Color

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

This div background color is #49c2ea


#49c2ea Border Color

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

This div border color is #49c2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c2ea


Comments

No comments written yet.

Please login to write comment.