Color Hex Logo

#4dae85 Color Hex

#4DAE85
(77,174,133)
0 Favorites   0 Comments

Color spaces of #4dae85

RGB 77174133
HSL0.430.390.49
HSV155°56°68°
CMYK 0.560.000.24   0.32
XYZ22.430333.543327.4826
Yxy33.54330.26880.4019
Hunter Lab57.9166-32.223412.4073
CIE-Lab64.5984-38.423312.5680

#4dae85 color RGB value is (77,174,133).

#4dae85 hex color red value is 77, green value is 174 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #4dae85 hue: 0.43 , saturation: 0.39 and the lightness value of 4dae85 is 0.49.

The process color (four color CMYK) of #4dae85 color hex is 0.56, 0.00, 0.24, 0.32. Web safe color of #4dae85 is #669999. Color #4dae85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 10000101
Octal 115 256 205
Decimal 77 174 133
Hex 4D AE 85

RGB Percentages of Color #4dae85

%20.05
%45.31
%34.64

CMYK Percentages of Color #4dae85

%56
%0
%24
%32

Triadic Colors of #4dae85

#4dae85 #854dae #ae854d

Analogous Colors of #4dae85

#4dae85 #4da7ae #4dae55

Monochromatic Colors of #4dae85

#4dae85

Complementary Color

#4dae85 #ae4d76

#4dae85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dae85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dae85 Color CSS Codes

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

#4dae85 Text Font Color

<p style="color:#4dae85">Text here</p>

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


#4dae85 Background Color

<div style="background-color:#4dae85">
Div content here</div>

This div background color is #4dae85


#4dae85 Border Color

<div style="border:3px solid #4dae85">
Div here</div>

This div border color is #4dae85


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(77,174,133, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4dae85; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4dae85;
  -webkit-box-shadow: 1px 1px 3px 2px #4dae85;
  box-shadow:         1px 1px 3px 2px #4dae85; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dae85


Comments

No comments written yet.

Please login to write comment.