Color Hex Logo

#49fcbd Color Hex

#49FCBD
(73,252,189)
0 Favorites   0 Comments

Color spaces of #49fcbd

RGB 73252189
HSL0.440.970.64
HSV159°71°99°
CMYK 0.710.000.25   0.01
XYZ46.743474.711460.1012
Yxy74.71140.25750.4115
Hunter Lab86.4358-54.732019.2790
CIE-Lab89.2576-59.029917.4181

#49fcbd color RGB value is (73,252,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001001 11111100 10111101
Octal 111 374 275
Decimal 73 252 189
Hex 49 FC BD

RGB Percentages of Color #49fcbd

%14.20
%49.03
%36.77

CMYK Percentages of Color #49fcbd

%71
%0
%25
%1

Triadic Colors of #49fcbd

#49fcbd #bd49fc #fcbd49

Analogous Colors of #49fcbd

#49fcbd #49e2fc #49fc63

Monochromatic Colors of #49fcbd

#49fcbd

Complementary Color

#49fcbd #fc4988

#49fcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49fcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#49fcbd Color CSS Codes

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

#49fcbd Text Font Color

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

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


#49fcbd Background Color

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

This div background color is #49fcbd


#49fcbd Border Color

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

This div border color is #49fcbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49fcbd


Comments

No comments written yet.

Please login to write comment.