Color Hex Logo

#4dae9d Color Hex

#4DAE9D
(77,174,157)
0 Favorites   0 Comments

Color spaces of #4dae9d

RGB 77174157
HSL0.470.390.49
HSV169°56°68°
CMYK 0.560.000.10   0.32
XYZ24.282434.284237.2360
Yxy34.28420.25350.3579
Hunter Lab58.5527-28.44153.2820
CIE-Lab65.1875-32.68210.1172

#4dae9d color RGB value is (77,174,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10101110 10011101
Octal 115 256 235
Decimal 77 174 157
Hex 4D AE 9D

RGB Percentages of Color #4dae9d

%18.87
%42.65
%38.48

CMYK Percentages of Color #4dae9d

%56
%0
%10
%32

Triadic Colors of #4dae9d

#4dae9d #9d4dae #ae9d4d

Analogous Colors of #4dae9d

#4dae9d #4d8fae #4dae6d

Monochromatic Colors of #4dae9d

#4dae9d

Complementary Color

#4dae9d #ae4d5e

#4dae9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dae9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dae9d Color CSS Codes

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

#4dae9d Text Font Color

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

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


#4dae9d Background Color

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

This div background color is #4dae9d


#4dae9d Border Color

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

This div border color is #4dae9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dae9d


Comments

No comments written yet.

Please login to write comment.