Color Hex Logo

#4dbaac Color Hex

#4DBAAC
(77,186,172)
0 Favorites   0 Comments

Color spaces of #4dbaac

RGB 77186172
HSL0.480.440.52
HSV172°59°73°
CMYK 0.590.000.08   0.27
XYZ28.065939.674145.2084
Yxy39.67410.24850.3513
Hunter Lab62.9874-30.69191.5365
CIE-Lab69.2368-34.4464-2.2449

#4dbaac color RGB value is (77,186,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101100
Octal 115 272 254
Decimal 77 186 172
Hex 4D BA AC

RGB Percentages of Color #4dbaac

%17.70
%42.76
%39.54

CMYK Percentages of Color #4dbaac

%59
%0
%8
%27

Triadic Colors of #4dbaac

#4dbaac #ac4dba #baac4d

Analogous Colors of #4dbaac

#4dbaac #4d92ba #4dba76

Monochromatic Colors of #4dbaac

#4dbaac

Complementary Color

#4dbaac #ba4d5b

#4dbaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaac Color CSS Codes

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

#4dbaac Text Font Color

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

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


#4dbaac Background Color

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

This div background color is #4dbaac


#4dbaac Border Color

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

This div border color is #4dbaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaac


Comments

No comments written yet.

Please login to write comment.