Color Hex Logo

#49e2ee Color Hex

#49E2EE
(73,226,238)
0 Favorites   0 Comments

Color spaces of #49e2ee

RGB 73226238
HSL0.510.830.61
HSV184°69°93°
CMYK 0.690.050.00   0.07
XYZ45.376661.982290.4611
Yxy61.98220.22940.3133
Hunter Lab78.7288-34.8940-13.0154
CIE-Lab82.9040-35.5282-17.4930

#49e2ee color RGB value is (73,226,238).

#49e2ee hex color red value is 73, green value is 226 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #49e2ee hue: 0.51 , saturation: 0.83 and the lightness value of 49e2ee is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11100010 11101110
Octal 111 342 356
Decimal 73 226 238
Hex 49 E2 EE

RGB Percentages of Color #49e2ee

%13.59
%42.09
%44.32

CMYK Percentages of Color #49e2ee

%69
%5
%0
%7

Triadic Colors of #49e2ee

#49e2ee #ee49e2 #e2ee49

Analogous Colors of #49e2ee

#49e2ee #4990ee #49eea8

Monochromatic Colors of #49e2ee

#49e2ee

Complementary Color

#49e2ee #ee5549

#49e2ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49e2ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#49e2ee Color CSS Codes

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

#49e2ee Text Font Color

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

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


#49e2ee Background Color

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

This div background color is #49e2ee


#49e2ee Border Color

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

This div border color is #49e2ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49e2ee


Comments

No comments written yet.

Please login to write comment.