Color Hex Logo

#49c28b Color Hex

#49C28B
(73,194,139)
0 Favorites   0 Comments

Color spaces of #49c28b

RGB 73194139
HSL0.420.500.52
HSV153°62°76°
CMYK 0.620.000.28   0.24
XYZ26.699641.864131.0995
Yxy41.86410.26790.4201
Hunter Lab64.7025-39.571016.7938
CIE-Lab70.7771-46.578917.9030

#49c28b color RGB value is (73,194,139).

#49c28b hex color red value is 73, green value is 194 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #49c28b hue: 0.42 , saturation: 0.50 and the lightness value of 49c28b is 0.52.

The process color (four color CMYK) of #49c28b color hex is 0.62, 0.00, 0.28, 0.24. Web safe color of #49c28b is #33cc99. Color #49c28b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 11000010 10001011
Octal 111 302 213
Decimal 73 194 139
Hex 49 C2 8B

RGB Percentages of Color #49c28b

%17.98
%47.78
%34.24

CMYK Percentages of Color #49c28b

%62
%0
%28
%24

Triadic Colors of #49c28b

#49c28b #8b49c2 #c28b49

Analogous Colors of #49c28b

#49c28b #49bdc2 #49c24f

Monochromatic Colors of #49c28b

#49c28b

Complementary Color

#49c28b #c24980

#49c28b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49c28b Color Preview on White Background

Lorem ipsum dolor sit amet.

#49c28b Color CSS Codes

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

#49c28b Text Font Color

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

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


#49c28b Background Color

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

This div background color is #49c28b


#49c28b Border Color

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

This div border color is #49c28b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49c28b


Comments

No comments written yet.

Please login to write comment.