Color Hex Logo

#49ae65 Color Hex

#49AE65
(73,174,101)
0 Favorites   0 Comments

Color spaces of #49ae65

RGB 73174101
HSL0.380.410.48
HSV137°58°68°
CMYK 0.580.000.42   0.32
XYZ20.232732.628217.5434
Yxy32.62820.28740.4634
Hunter Lab57.1211-36.736021.7752
CIE-Lab63.8587-45.674528.8576

#49ae65 color RGB value is (73,174,101).

#49ae65 hex color red value is 73, green value is 174 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #49ae65 hue: 0.38 , saturation: 0.41 and the lightness value of 49ae65 is 0.48.

The process color (four color CMYK) of #49ae65 color hex is 0.58, 0.00, 0.42, 0.32. Web safe color of #49ae65 is #339966. Color #49ae65 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001001 10101110 01100101
Octal 111 256 145
Decimal 73 174 101
Hex 49 AE 65

RGB Percentages of Color #49ae65

%20.98
%50.00
%29.02

CMYK Percentages of Color #49ae65

%58
%0
%42
%32

Triadic Colors of #49ae65

#49ae65 #6549ae #ae6549

Analogous Colors of #49ae65

#49ae65 #49ae98 #5fae49

Monochromatic Colors of #49ae65

#49ae65

Complementary Color

#49ae65 #ae4992

#49ae65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#49ae65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#49ae65 Color CSS Codes

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

#49ae65 Text Font Color

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

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


#49ae65 Background Color

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

This div background color is #49ae65


#49ae65 Border Color

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

This div border color is #49ae65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #49ae65


Comments

No comments written yet.

Please login to write comment.