Color Hex Logo

#4dbaaf Color Hex

#4DBAAF
(77,186,175)
0 Favorites   0 Comments

Color spaces of #4dbaaf

RGB 77186175
HSL0.480.440.52
HSV174°59°73°
CMYK 0.590.000.06   0.27
XYZ28.357339.790746.7432
Yxy39.79070.24680.3463
Hunter Lab63.0799-30.14580.2211
CIE-Lab69.3202-33.6577-3.7708

#4dbaaf color RGB value is (77,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001101 10111010 10101111
Octal 115 272 257
Decimal 77 186 175
Hex 4D BA AF

RGB Percentages of Color #4dbaaf

%17.58
%42.47
%39.95

CMYK Percentages of Color #4dbaaf

%59
%0
%6
%27

Triadic Colors of #4dbaaf

#4dbaaf #af4dba #baaf4d

Analogous Colors of #4dbaaf

#4dbaaf #4d8fba #4dba79

Monochromatic Colors of #4dbaaf

#4dbaaf

Complementary Color

#4dbaaf #ba4d58

#4dbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dbaaf Color CSS Codes

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

#4dbaaf Text Font Color

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

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


#4dbaaf Background Color

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

This div background color is #4dbaaf


#4dbaaf Border Color

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

This div border color is #4dbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dbaaf


Comments

No comments written yet.

Please login to write comment.