Color Hex Logo

#4dedab Color Hex

#4DEDAB
(77,237,171)
0 Favorites   0 Comments

Color spaces of #4dedab

RGB 77237171
HSL0.430.820.62
HSV155°68°93°
CMYK 0.680.000.28   0.07
XYZ40.695465.086448.9461
Yxy65.08640.26300.4207
Hunter Lab80.6761-51.142620.5021
CIE-Lab84.5282-56.458120.1161

#4dedab color RGB value is (77,237,171).

#4dedab hex color red value is 77, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4dedab hue: 0.43 , saturation: 0.82 and the lightness value of 4dedab is 0.62.

The process color (four color CMYK) of #4dedab color hex is 0.68, 0.00, 0.28, 0.07. Web safe color of #4dedab is #66ff99. Color #4dedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11101101 10101011
Octal 115 355 253
Decimal 77 237 171
Hex 4D ED AB

RGB Percentages of Color #4dedab

%15.88
%48.87
%35.26

CMYK Percentages of Color #4dedab

%68
%0
%28
%7

Triadic Colors of #4dedab

#4dedab #ab4ded #edab4d

Analogous Colors of #4dedab

#4dedab #4ddfed #4ded5b

Monochromatic Colors of #4dedab

#4dedab

Complementary Color

#4dedab #ed4d8f

#4dedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dedab Color CSS Codes

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

#4dedab Text Font Color

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

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


#4dedab Background Color

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

This div background color is #4dedab


#4dedab Border Color

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

This div border color is #4dedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dedab


Comments

No comments written yet.

Please login to write comment.