Color Hex Logo

#49eede Color Hex

#49EEDE
(73,238,222)
0 Favorites   0 Comments

Color spaces of #49eede

RGB 73238222
HSL0.480.830.61
HSV174°69°93°
CMYK 0.690.000.07   0.07
XYZ46.507067.839579.7504
Yxy67.83950.23960.3495
Hunter Lab82.3647-43.34880.2472
CIE-Lab85.9261-45.3364-4.5481

#49eede color RGB value is (73,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101110 11011110
Octal 111 356 336
Decimal 73 238 222
Hex 49 EE DE

RGB Percentages of Color #49eede

%13.70
%44.65
%41.65

CMYK Percentages of Color #49eede

%69
%0
%7
%7

Triadic Colors of #49eede

#49eede #de49ee #eede49

Analogous Colors of #49eede

#49eede #49acee #49ee8c

Monochromatic Colors of #49eede

#49eede

Complementary Color

#49eede #ee4959

#49eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eede Color CSS Codes

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

#49eede Text Font Color

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

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


#49eede Background Color

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

This div background color is #49eede


#49eede Border Color

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

This div border color is #49eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eede


Comments

No comments written yet.

Please login to write comment.