Color Hex Logo

#4dbaaa Color Hex

#4DBAAA
(77,186,170)
0 Favorites   0 Comments

Color spaces of #4dbaaa

RGB 77186170
HSL0.480.440.52
HSV171°59°73°
CMYK 0.590.000.09   0.27
XYZ27.875239.597944.2042
Yxy39.59790.24960.3546
Hunter Lab62.9269-31.05052.3994
CIE-Lab69.1822-34.9669-1.2260

#4dbaaa color RGB value is (77,186,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101010
Octal 115 272 252
Decimal 77 186 170
Hex 4D BA AA

RGB Percentages of Color #4dbaaa

%17.78
%42.96
%39.26

CMYK Percentages of Color #4dbaaa

%59
%0
%9
%27

Triadic Colors of #4dbaaa

#4dbaaa #aa4dba #baaa4d

Analogous Colors of #4dbaaa

#4dbaaa #4d94ba #4dba74

Monochromatic Colors of #4dbaaa

#4dbaaa

Complementary Color

#4dbaaa #ba4d5d

#4dbaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaaa Color CSS Codes

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

#4dbaaa Text Font Color

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

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


#4dbaaa Background Color

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

This div background color is #4dbaaa


#4dbaaa Border Color

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

This div border color is #4dbaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,186,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 #4dbaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaaa


Comments

No comments written yet.

Please login to write comment.