Color Hex Logo

#49deea Color Hex

#49DEEA
(73,222,234)
0 Favorites   0 Comments

Color spaces of #49deea

RGB 73222234
HSL0.510.790.60
HSV184°69°92°
CMYK 0.690.050.00   0.08
XYZ43.720259.599587.0415
Yxy59.59950.22970.3131
Hunter Lab77.2007-34.0134-12.8072
CIE-Lab81.6200-34.8080-17.3071

#49deea color RGB value is (73,222,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011110 11101010
Octal 111 336 352
Decimal 73 222 234
Hex 49 DE EA

RGB Percentages of Color #49deea

%13.80
%41.97
%44.23

CMYK Percentages of Color #49deea

%69
%5
%0
%8

Triadic Colors of #49deea

#49deea #ea49de #deea49

Analogous Colors of #49deea

#49deea #498eea #49eaa6

Monochromatic Colors of #49deea

#49deea

Complementary Color

#49deea #ea5549

#49deea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49deea Color Preview on White Background

Lorem ipsum dolor sit amet.

#49deea Color CSS Codes

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

#49deea Text Font Color

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

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


#49deea Background Color

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

This div background color is #49deea


#49deea Border Color

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

This div border color is #49deea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49deea


Comments

No comments written yet.

Please login to write comment.