Color Hex Logo

#49eabd Color Hex

#49EABD
(73,234,189)
0 Favorites   0 Comments

Color spaces of #49eabd

RGB 73234189
HSL0.450.790.60
HSV163°69°92°
CMYK 0.690.000.19   0.08
XYZ41.355863.936258.3054
Yxy63.93620.25280.3908
Hunter Lab79.9601-47.609012.7389
CIE-Lab83.9325-51.86289.8874

#49eabd color RGB value is (73,234,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11101010 10111101
Octal 111 352 275
Decimal 73 234 189
Hex 49 EA BD

RGB Percentages of Color #49eabd

%14.72
%47.18
%38.10

CMYK Percentages of Color #49eabd

%69
%0
%19
%8

Triadic Colors of #49eabd

#49eabd #bd49ea #eabd49

Analogous Colors of #49eabd

#49eabd #49c7ea #49ea6d

Monochromatic Colors of #49eabd

#49eabd

Complementary Color

#49eabd #ea4976

#49eabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49eabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49eabd Color CSS Codes

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

#49eabd Text Font Color

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

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


#49eabd Background Color

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

This div background color is #49eabd


#49eabd Border Color

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

This div border color is #49eabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49eabd


Comments

No comments written yet.

Please login to write comment.