Color Hex Logo

#49ffbd Color Hex

#49FFBD
(73,255,189)
0 Favorites   0 Comments

Color spaces of #49ffbd

RGB 73255189
HSL0.441.000.64
HSV158°71°100°
CMYK 0.710.000.26   0.00
XYZ47.693076.610660.4178
Yxy76.61060.25820.4147
Hunter Lab87.5275-55.909920.3430
CIE-Lab90.1421-60.187518.6554

#49ffbd color RGB value is (73,255,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111111 10111101
Octal 111 377 275
Decimal 73 255 189
Hex 49 FF BD

RGB Percentages of Color #49ffbd

%14.12
%49.32
%36.56

CMYK Percentages of Color #49ffbd

%71
%0
%26
%0

Triadic Colors of #49ffbd

#49ffbd #bd49ff #ffbd49

Analogous Colors of #49ffbd

#49ffbd #49e6ff #49ff62

Monochromatic Colors of #49ffbd

#49ffbd

Complementary Color

#49ffbd #ff498b

#49ffbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ffbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ffbd Color CSS Codes

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

#49ffbd Text Font Color

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

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


#49ffbd Background Color

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

This div background color is #49ffbd


#49ffbd Border Color

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

This div border color is #49ffbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ffbd

Related Colors


Comments

No comments written yet.

Please login to write comment.