Color Hex Logo

#49eadb Color Hex

#49EADB
(73,234,219)
0 Favorites   0 Comments

Color spaces of #49eadb

RGB 73234219
HSL0.480.790.60
HSV174°69°92°
CMYK 0.690.000.06   0.08
XYZ44.956765.376677.2673
Yxy65.37660.23960.3485
Hunter Lab80.8558-42.2497-0.0596
CIE-Lab84.6774-44.3816-4.8102

#49eadb color RGB value is (73,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 11011011
Octal 111 352 333
Decimal 73 234 219
Hex 49 EA DB

RGB Percentages of Color #49eadb

%13.88
%44.49
%41.63

CMYK Percentages of Color #49eadb

%69
%0
%6
%8

Triadic Colors of #49eadb

#49eadb #db49ea #eadb49

Analogous Colors of #49eadb

#49eadb #49a9ea #49ea8b

Monochromatic Colors of #49eadb

#49eadb

Complementary Color

#49eadb #ea4958

#49eadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eadb Color CSS Codes

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

#49eadb Text Font Color

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

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


#49eadb Background Color

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

This div background color is #49eadb


#49eadb Border Color

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

This div border color is #49eadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eadb


Comments

No comments written yet.

Please login to write comment.