Color Hex Logo

#49d994 Color Hex

#49D994
(73,217,148)
0 Favorites   0 Comments

Color spaces of #49d994

RGB 73217148
HSL0.420.650.57
HSV151°66°85°
CMYK 0.660.000.32   0.15
XYZ32.905853.180336.5475
Yxy53.18030.26830.4337
Hunter Lab72.9248-47.074121.3332
CIE-Lab77.9813-54.005023.0428

#49d994 color RGB value is (73,217,148).

#49d994 hex color red value is 73, green value is 217 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #49d994 hue: 0.42 , saturation: 0.65 and the lightness value of 49d994 is 0.57.

The process color (four color CMYK) of #49d994 color hex is 0.66, 0.00, 0.32, 0.15. Web safe color of #49d994 is #33cc99. Color #49d994 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11011001 10010100
Octal 111 331 224
Decimal 73 217 148
Hex 49 D9 94

RGB Percentages of Color #49d994

%16.67
%49.54
%33.79

CMYK Percentages of Color #49d994

%66
%0
%32
%15

Triadic Colors of #49d994

#49d994 #9449d9 #d99449

Analogous Colors of #49d994

#49d994 #49d6d9 #49d94c

Monochromatic Colors of #49d994

#49d994

Complementary Color

#49d994 #d9498e

#49d994 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49d994 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49d994 Color CSS Codes

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

#49d994 Text Font Color

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

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


#49d994 Background Color

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

This div background color is #49d994


#49d994 Border Color

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

This div border color is #49d994


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49d994


Comments

No comments written yet.

Please login to write comment.