Color Hex Logo

#49febd Color Hex

#49FEBD
(73,254,189)
0 Favorites   0 Comments

Color spaces of #49febd

RGB 73254189
HSL0.440.990.64
HSV158°71°100°
CMYK 0.710.000.26   0.00
XYZ47.374875.974260.3117
Yxy75.97420.25790.4137
Hunter Lab87.1632-55.517519.9891
CIE-Lab89.8474-59.802718.2435

#49febd color RGB value is (73,254,189).

#49febd hex color red value is 73, green value is 254 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #49febd hue: 0.44 , saturation: 0.99 and the lightness value of 49febd is 0.64.

The process color (four color CMYK) of #49febd color hex is 0.71, 0.00, 0.26, 0.00. Web safe color of #49febd is #33ffcc. Color #49febd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111110 10111101
Octal 111 376 275
Decimal 73 254 189
Hex 49 FE BD

RGB Percentages of Color #49febd

%14.15
%49.22
%36.63

CMYK Percentages of Color #49febd

%71
%0
%26
%0

Triadic Colors of #49febd

#49febd #bd49fe #febd49

Analogous Colors of #49febd

#49febd #49e5fe #49fe62

Monochromatic Colors of #49febd

#49febd

Complementary Color

#49febd #fe498a

#49febd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49febd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49febd Color CSS Codes

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

#49febd Text Font Color

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

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


#49febd Background Color

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

This div background color is #49febd


#49febd Border Color

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

This div border color is #49febd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49febd


Comments

No comments written yet.

Please login to write comment.