Color Hex Logo

#4dbaae Color Hex

#4DBAAE
(77,186,174)
0 Favorites   0 Comments

Color spaces of #4dbaae

RGB 77186174
HSL0.480.440.52
HSV173°59°73°
CMYK 0.590.000.06   0.27
XYZ28.259539.751646.2278
Yxy39.75160.24740.3480
Hunter Lab63.0489-30.32900.6624
CIE-Lab69.2922-33.9217-3.2624

#4dbaae color RGB value is (77,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101110
Octal 115 272 256
Decimal 77 186 174
Hex 4D BA AE

RGB Percentages of Color #4dbaae

%17.62
%42.56
%39.82

CMYK Percentages of Color #4dbaae

%59
%0
%6
%27

Triadic Colors of #4dbaae

#4dbaae #ae4dba #baae4d

Analogous Colors of #4dbaae

#4dbaae #4d90ba #4dba78

Monochromatic Colors of #4dbaae

#4dbaae

Complementary Color

#4dbaae #ba4d59

#4dbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaae Color CSS Codes

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

#4dbaae Text Font Color

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

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


#4dbaae Background Color

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

This div background color is #4dbaae


#4dbaae Border Color

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

This div border color is #4dbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaae


Comments

No comments written yet.

Please login to write comment.