Color Hex Logo

#4dbeaa Color Hex

#4DBEAA
(77,190,170)
0 Favorites   0 Comments

Color spaces of #4dbeaa

RGB 77190170
HSL0.470.470.52
HSV169°59°75°
CMYK 0.590.000.11   0.25
XYZ28.729741.307044.4890
Yxy41.30700.25090.3607
Hunter Lab64.2705-32.68183.9480
CIE-Lab70.3905-36.81480.5399

#4dbeaa color RGB value is (77,190,170).

#4dbeaa hex color red value is 77, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4dbeaa hue: 0.47 , saturation: 0.47 and the lightness value of 4dbeaa is 0.52.

The process color (four color CMYK) of #4dbeaa color hex is 0.59, 0.00, 0.11, 0.25. Web safe color of #4dbeaa is #66cc99. Color #4dbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111110 10101010
Octal 115 276 252
Decimal 77 190 170
Hex 4D BE AA

RGB Percentages of Color #4dbeaa

%17.62
%43.48
%38.90

CMYK Percentages of Color #4dbeaa

%59
%0
%11
%25

Triadic Colors of #4dbeaa

#4dbeaa #aa4dbe #beaa4d

Analogous Colors of #4dbeaa

#4dbeaa #4d9abe #4dbe72

Monochromatic Colors of #4dbeaa

#4dbeaa

Complementary Color

#4dbeaa #be4d61

#4dbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbeaa Color CSS Codes

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

#4dbeaa Text Font Color

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

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


#4dbeaa Background Color

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

This div background color is #4dbeaa


#4dbeaa Border Color

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

This div border color is #4dbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbeaa


Comments

No comments written yet.

Please login to write comment.